/*header{display: none;}*/
/*.slide-list-cont{display: none;}*/

body{
    /*font-family: 'Inter Tight', sans-serif;*/
font-family: 'Roboto', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
     /*font-weight: 400;*/
    background-color: white;
    font-size: .875rem;
 
}

.in-body .gen-para, .in-body .gen-list, .in-body table{color: #666}



.toplink-list li a, li.mega-list .sub1>li>a, .inside-list li a:after, .menu-ul li a, .q-icon, .q-icon-new, 
ul.side-ul li a:after, li.mega-list .inside-list li a, .enquire, .search-div, .search-div h2,
.loan-img figure img, .view-all:after, .view-all:before, .slide-list-cont
{    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;}




/***************************************************/
/*********************general************************/
/***************************************************/
.pd-2-35 {
    padding-left: 60px;
    padding-right: 60px;
}

.pos-rel{position: relative;}


.wel-top-bottom{padding-top: 50px; padding-bottom: 50px;}

h1{font-size: 2.2rem; font-weight: 300; margin-bottom: 20px;}

ul{list-style-type: none; padding-left: 0px}

a{cursor: pointer}

a:hover{text-decoration: none;}

button, button:focus{outline: none !important; box-shadow: none !important;}


.mb-35{margin-bottom: 35px}
.mb-15{margin-bottom: 15px}

h2 {font-size: 1.5rem; margin-bottom: 20px;}
h3{font-size: 1.1rem;}
.alt-h3{font-size: 1.1rem;}
.bg-bg{background-size: cover; background-repeat: no-repeat; background-position: center center;}

.gen-para{line-height: 27px; margin-bottom: 20px; text-align: justify;}


.r-row{margin-left: 0px; margin-right: 0px}

.btn{padding: .375rem .75rem .3rem; font-size: 15px;}

p{line-height: 26px; font-size: 15px; text-align: justify;}



/*list*/
.gen-list {
    margin-bottom: 35px;
}

.gen-list li {
    padding-left: 27px;
    margin-bottom: 11px;
    line-height: 25px;
    position: relative;
}

.gen-list li:before {
    content: "";
    display: inline-block;
    background-size: 11px;
    width: 16px;
    height: 23px;
    /* background-color: #dd1c63; */
    background-image: url(../img/logo/emblem.svg);
    /* filter: invert(1) brightness(15); */
    position: absolute;
    left: 0px;
    top: 0px;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
}

.sub-list{margin-bottom: 0px; margin-top: 10px}

.sub-list li {
    padding-left: 26px;
    margin-bottom: 11px;
    line-height: 25px;
    position: relative;
}

.sub-list li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    /* background-color: #dd1c63; */
    background-image: url(../img/icons/point.svg);
    /* filter: invert(1) brightness(15); */
    position: absolute;
    left: 0px;
    top: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*accordion*/
.gen-acco{ margin-bottom: 45px;}
.mg-45{margin-bottom: 45px;}
.gen-acco .card-header{background-color: transparent;
    border-bottom: none;
    padding-right: 45px;
    font-weight: 500;  color: #af2860;}
.gen-acco .card-main.collapsed .card-header{color: #333;}
.gen-acco .card-main{box-shadow: 1px 1px 50px -30px rgb(119 23 71 / 60%)}
.gen-acco .card-main.collapsed{box-shadow: none;}
.gen-acco .card{ border: 1px solid #f6e3ec;
    margin-bottom: 20px; border-radius: 5px;}
.acc-more {
    position: absolute;
    right: 20px;
    top: 16px; color: #af2860;}
.gen-acco .card-main .fa-plus:before {
    content: "\f068" !important;}

.gen-acco .card-main.collapsed .fa-plus:before {
    content: "\f067" !important;}
.card-link{display: block;}

.in-body .gen-acco .card-body h2 {
    font-size: .875rem;
    margin-bottom: 15px;}

.gen-acco .card-body .gen-list {margin-bottom: 25px;}

.gen-acco .date{     display: inline-block;
    color: #b33368;
    margin-right: 15px;
    border-right: 1px solid #b33368;
    padding-right: 15px;
    font-size: .845rem;
    font-weight: 500;}



/*date acco*/
.gen-acco.date-acco .date{width: 96px;}
.gen-acco.date-acco .c-text{width: calc(100% - 96px)}
.gen-acco .card-link{display: flex; align-items: flex-start;}


/*table*/
.table{margin-bottom: 0px}
.table-responsive{margin-bottom: 45px}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: #fdf5f9;
}

.table-bordered td{
    border: 1px solid #f6e3ec;
}




.table-hover th{font-weight: 500;}
.table-hover td{line-height: 24px}
.v-middle{vertical-align: middle !important;}
.table .thead-dark th {
    color: rgb(175 40 96);
    background-color: #fdf5f9;
    border-color: #f6e3ec;
    border-bottom: none;
}

.color-row{background: rgb(92 101 140 / 26%);
    color: #5a5f76;
    font-size: .9375rem;}

.color-row:hover{background: rgb(92 101 140 / 26%) !important; color: #5a5f76 !important;}



/*************TABS*************/
.navtab .nav-link.active, .navtab .show>.nav-link{
    background-color: #b33368;
}
.navtab .nav-link{
    color: #666;
    padding: 10px 1rem;
}
.navtab .nav-link:hover{
    color: #b33368;
}
.navtab .nav-link.active:hover{
    color: #fff;
}


/***************************************************/
/********************* header **********************/
/***************************************************/

header {
    font-size: .875rem;
    z-index: 999;
    width: 100%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    position: relative;
}
.home header{
    background-color: transparent;
}

.hd-shadow {
    box-shadow: 0px 26px 72px 98px rgb(11 11 11 / 35%);
    width: 100%;
    position: absolute;
    z-index: 4;
}



.header-main {
    padding-top: 5px;
    padding-bottom: 5px;
}

.hd-main.fixed{position: absolute;}

.hd-main.fixed .list-link{color: white !important;}

.hd-main.fixed .inv1{filter: none !important;}

.rel-cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    top: 36px;
    left: 0px;
    z-index: 5;
}


.home .header-top-cont{background: transparent;}
.logo{height: 80px}
.logo-div{display: block;}
.logo-cont{width: 353px;}
.s-btn-div{width: 100%; }

.other-col{width: calc(100% - 353px);}
.inv1{filter: invert(1);}


/*top link*/
.toplink-list li{float: left; display: inline-block;}
.toplink-list li a{padding: 5px 15px; font-size: .8125rem;color: rgb(255 255 255 / 91%);}
.loc-b{color: rgb(255 197 6) !important;}
.toplink-list li a:hover{color: white !important}
.small-menu{ float: left; margin-top: 6px;}


/*fontsize*/
ul.fontsize {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0.5rem;
    margin-left: 1rem;
}

ul.fontsize button {
    border: none;
    height: 30px;
    min-width: 2rem;
    outline: 0;
    background-color: transparent;
    color: #333;
    cursor: pointer;
    border-radius: 0.3rem;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}



/*language*/
.language {
/*    display: flex;
    align-items: center;*/
     margin-left: 8px;
}

.dropdown-menu.show {
    display: flex !important;
}


.language .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 7rem;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    flex-flow: column;
    padding: 0;
    overflow: hidden;
    border: none;
    font-size: .775rem;
    border: 1px solid silver;
}

.language i {color: #af2860;}


.btn-outline-secondary.dropdown-toggle{ 
    border-color: rgb(255 255 255 / 0%) !important; background-color: transparent !important;font-size: .75rem;
    }





/*search*/
header .search-ul li.dropdown{border-radius: 4px;/*border: 1px solid rgb(206 208 209)*/;}
header .search-drop {
    width: 320px;
    padding: 0px;
    /*background-color: rgb(255 255 255 / 23%);*/
    border-right: 1px solid #ffffff5e;
    border-left:1px solid #ffffff5e;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
    left: auto !important;
    right: 0px !important;
    transform: none !important;
    /* top: 57px !important; */
}

header .search-ul{margin-bottom: 0px}

header .search-ul .enter-email {
    color: white !important;
    font-weight: normal;
    font-size: .9375rem;
    width: calc(100% - 42px) !important;
    margin-bottom: 0px !important;
    float: left;
    min-height: 35px !important;
    border: none;
    background:transparent;
    border-radius: 0px;
    padding: 6px 12px;
    outline: none;
}


header .search-ul input.enter-email::placeholder{
    color:rgb(255 255 255 / 92%);
    font-size: .8125rem
}

.search-cont{ display: flex;
    align-items: center;
    justify-content: flex-end;}

.search-cont i{color:white;  margin-right: 4px;}

.subscribe_button {
    position: relative;
    background-color: transparent;
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 0px 0px 0px 0px;
    height: 35px;
    line-height: 12px;
    width: 42px;
    position: relative;
    top: 0px;
    float: right;
    text-align: center;
    outline:none !important;
}

.subscribe_button img{ width: 16px;
    filter: invert(0) brightness(15);}




/*menu*/
.menu-cont-desk {
    /*border-bottom: 1px solid #e1e1e1;*/
    width: auto;
    margin-top: 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background-color: rgb(175 40 96 / 95%);
    color: rgb(255 255 255 / 92%);
}

ul.fontsize button, .btn-outline-secondary.dropdown-toggle{
color: rgb(255 255 255 / 92%);}

/*.header-top-cont{position: relative;}
.header-top-cont:after{content: ''; width: 300px; height: 100%; background:#ffedf5; position: absolute;
left: 0px; top: 0px;z-index: -1;}*/

.main-cont{float: right;position: relative;}
/*header.active .menu-cont-desk{
    background-color: #00a1ff;
    padding: 5px 0;
}

header.active{
    transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
}
*/
.scroll-logo-div{display: none;}


/*.desk-menu{border-top: 1px solid #f0f1eb}*/

.has-dropdown.first {
    margin-right: 8px;
}

ul.main-menu-ul>li {
    list-style: none;
    display: inline-block;
    float: left;
    line-height: 1;
}

.has-dropdown .list-link {
    position: relative;
    line-height: 30px;
    display: flex;
    align-items: center;
    /* color: white; */
    font-size: .98rem;
    /* margin-bottom: 17px !important; */
    border-radius: 4px;
    letter-spacing: .1px;
    padding: 13px 15px;
    transition: 0.3s;
}
.has-dropdown a:hover{
    color: #333;
}
.main-menu-ul .list-link {
    cursor: pointer;
    position: relative;
    line-height: 35px;
    letter-spacing: 0px;
}
.home .main-menu-ul .list-link,
header.active .main-menu-ul .list-link{
    color: #fff;
}

.main-menu-ul{margin-bottom: 0px}

.list-link {
    color: #333 !important;
}


.list-link i{display: none;}

.list-link:before {
    position: absolute;
    left: 100%;
    top: -1px;
    /* right: 50%; */
    /* bottom: 0px; */
    height: 2px;
    width: 24px;
    border-radius: 20px;
    background-color: #f1e6de;
    opacity: 0;
    transition: opacity .4s,left .4s,right .4s;
    content: ' ';
}

.menu-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

.flex-cont {
    width: 100%;
    position: relative;
    padding: 15px 0px;
    float: left;
    /* padding-right: 10px; */
}

.flex-ul {
    flex: 1;
}

.menu-ul li {
    width: 100%;
    display: block;
}

.menu-ul li a {
    padding: 12px 15px; line-height: 18px;
    display: block; color: #607D8B !important;
}

.menu-ul li a:hover{ background: #d5f1ff;}

.menu-btn{float: right;}
header.active .menu-btn{margin-top: 0px}

.menu-btn img {
    width: 27px;
   
}


.menu-icon {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 6px;
}
.menu-icon,
header.active .menu-icon{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

@media (min-width: 1200px){
.desk-menu {
    display: block !important;
    float: left;
    width: 100%; position: relative;}
}

@media screen and (min-width: 1101px){
.main-menu-ul li.has-dropdown {
    z-index: 200;}
.main-menu-ul li.has-dropdown:hover .menu-wrapper-cont {
    /* visibility: visible; */
    display: block;
    opacity: 1;
    box-shadow: 0px 12px 20px 3px rgb(0 0 0 / 10%);
    border-radius: 4px !important;
    transform: transform: translate(0,0px) !important;
}

.menu-wrapper-cont {
    background-color: #eaf8ff;
    color: #607D8B;
    font-size: .875rem;
    justify-content: center;
    position: absolute;
    /* right: 0%; */
    /* transform: translateX(-50%); */
    width: 25% !important;
    z-index: 201;
    border-radius: 4px;
    opacity: 1;
    display: none;
    box-shadow: 0px 12px 20px 3px rgb(0 0 0 / 10%);
    /* visibility: hidden; */
    /* display: block; */
}

.flex-ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    flex-wrap: wrap;
}

}






.b-menu-icon{width: 24px}


li.mega-list.has-dropdown:hover .menu-wrapper-cont {
    display: block;
    opacity: 1;
    box-shadow: 0px 12px 20px 3px rgb(0 0 0 / 10%);
    border-radius: 0px 0px 8px 0px;
}



li.mega-list .menu-wrapper-cont {
    justify-content: center;
    z-index: 201;
    opacity: 1;
    display: none;
    width: 670px !important; 
    min-height: auto !important;
    background: #fff;
    position: absolute;
    right: -20px;
    top:45px;
    border-radius: 0px 10px 10px 0px !important
   
}


li.mega-list .flex-cont {
    width: 100%;
    position: relative;
    float: left;
     padding: 0px 0px
}

li.mega-list .sub1 {
    position: relative;
    padding-right: calc(100% - 300px);
    height: 352px;
    padding-top: 30px;
    border-radius: 4px;
}

li.mega-list .sub1 > li {
    padding: 0px 20px;
    display: table;
    width: 100%;
    padding-bottom: 6px;
}


li.mega-list .sub1 > li.hvrmenu.active > a {
    color: white !important;
    background: #00a1ff;
}

li.mega-list .sub1 > li.hvrmenu.active > a > img
{filter: invert(1) brightness(15);}


li.mega-list  .sub1>li:hover>a {
    color: white !important;
    background: #00a1ff;
}

li.mega-list  .sub1>li:hover >a > img
{filter: invert(1) brightness(15);}

li.mega-list .sub1 > li > a.flex-a-img {
display: flex;
    align-items: center;
    /* flex: 1 100%; */
     /*background: #daeff9; */
    /*border: 1px solid #aeccdb;*/
    padding: 8px 8px;
    border-radius: 5px;

}


.main-text{padding-left: 10px}

li.mega-list .sub1 > li > a {
    vertical-align: middle;
    display: table-cell;
    position: relative;
    line-height: 16px;
    font-size: .9375rem !important;
    width: 100%;
    text-decoration: none !important;
    font-size: .875rem;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
}


li.mega-list .fstshw .sub2 {
    display: block !important;
}


li.mega-list .sub1 li:hover .sub2 {
    display: block !important;
}

li.mega-list .sub2 {
    z-index: 5;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    /* border-left: 1px solid #dedede; */
    background-color: white !important;
    right: 0px;
    top: 0;
    width: calc(100% - 300px);
    bottom: 0;
    display: none;
    overflow: auto;
    padding: 28px 15px;
    text-align: left;
    min-height: 240px;
    /*box-shadow: inset 6px 1px 20px -20px rgb(0 0 0 / 76%);*/
    border-radius: 8px;
}


li.mega-list .menu-head {

    font-size: .75rem;
    padding-left: 12px; padding-right: 12px;
   
}

li.mega-list .menu-head p{margin-top: 12px;
    border-bottom: 1px solid #c0c0c052;
    padding: 2px 0px;
    color: #333;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}

li.mega-list .menu-head p:after
{content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    height: 1px;
    background: #af2860;
    width: 66px;}

li.mega-list .inside-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    max-height: 310px;
    overflow-y: auto;
}

li.mega-list .inside-list li {
    width: calc(100% / 2 - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

li.mega-list .inside-list li a {
    padding: 13px 10px;
    line-height: 20px;
    color: #3c3c3c;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    text-align: center;
    line-height: 19px;
}

li.mega-list .inside-list li a:hover{border: 1px solid #af2860; background: white !important; color: #af2860;}

.inside-list li a:after {
    content: '';
    opacity: 0;
    position: absolute;
    right: 10px;
    bottom: -2px;
    width: 30px;
    height: 3px;
    background:#af2860;
    border-radius: 20px;
}


/*.hover-bar .inside-list li a:hover:after{right:0px;}
.hover-bar .inside-list li a:after{content: '';
    opacity: 0;
    border: 1px solid #a5ddff;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 117%;
    background: #cfedff;
    border-radius: 6px;
    z-index: -1;}*/


/*.inside-list li a:hover:after {
    right: calc(100% - 40px);
    opacity: 1;
}*/




li.mega-list.pro-list.single-list .inside-list li {width:100%;}
li.mega-list.pro-list.single-list .menu-wrapper-cont {width: 250px !important; height: auto}





.desk-menu-icon{ 
    width: 26px;
    height: 34px;
    margin-top: 1px;
}




.product-list .menu-wrapper-cont {left:50px;}


/*other menus*/
.other-list{margin-right: 20px;}
li.mega-list.other-list .menu-wrapper-cont {height: 352px; border-radius:0 0 4px 4px !important}
li.mega-list.other-list .sub2{height: 352px; width: 100%; display: block;}
li.mega-list.other-list .inside-list li {width: calc(100% / 3 - 16px);}
li.mega-list.other-list .inside-list{ padding: 15px;}
li.mega-list.other-list .inside-list li a{color: #607D8B}


/*pro-list*/
li.mega-list.pro-list {position: static;}
li.mega-list.pro-list .menu-wrapper-cont {/*height: 272px;*/ 
    height: auto; border-radius:0 0 4px 4px !important}
li.mega-list.pro-list .sub2{height: 352px; width: 100%; display: block;}
li.mega-list.pro-list .inside-list li {width: calc(100% / 3 - 10px);}
li.mega-list.pro-list .inside-list{ padding: 6px;}
li.mega-list.pro-list .inside-list li a{color: #5c5c5c; background: #f9f9f9;}
li.mega-list.pro-list .menu-wrapper-cont{width: 100% !important; left: 0px;min-height: 230px !important;}
li.mega-list.pro-list.loan-list-main .menu-wrapper-cont {width: 650px !important;}
li.mega-list.pro-list.loan-list-main .inside-list li {width: calc(100% / 3 - 16px);}

/*net list*/
 .net-list .list-link,
header.active .net-list .list-link{
    border-radius: .3rem;
    background-color: transparent;
    border: 1px solid;
    color: #fff;
}
.main-menu-ul .net-list .list-link{    line-height: 22px;
    background: #af2860;
    color: white !important;
    border: 1px solid #af2860;
    font-size: 15px;
    font-weight: 200;margin-top: 6px;}



/*about*/
.menu-wrapper-cont.about-cont{width: 300px !important}
.toplink-list li .about-cont .menu-ul li a{text-transform: capitalize; color: #607D8B !important; font-size: .875rem}
.about-a{line-height: inherit !important; font-size: .8125rem !important; padding: 4px 15px !important}

.applydrop{
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.applydrop,
header.active li.applydrop{
    margin-left: 15px;
}
li.applydrop .list-link{
    background-color: #eb870b;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.home li.applydrop .list-link,
header.active li.applydrop .list-link{
    border-radius: .3rem;
}
li.applydrop .list-link img{
    margin-right: 5px;
    width: 20px;
    height: auto;
    filter: none;
}
li.mega-list.applydrop .menu-wrapper-cont{
    border-radius: 0 0 4px 4px !important;
    width: 400px !important;
    padding: 5px;
}
li.applydrop .inside-list{
    justify-content: center;
}
li.applydrop .inside-list li{
    flex: 1 0 33.333%;
    max-width: 50%;
    margin: 0;
    padding: 5px;
}
li.applydrop .inside-list li a{
    flex-flow: column;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 0.3rem;
    font-size: .75rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
li.applydrop .inside-list li a:hover{
    border-color: #00a1ff;
}
li.applydrop .inside-list li a .icon{
    width: 32px;
    flex-flow: column;
    margin-bottom: 6px;
}





.desk-icon{width: 32px;}
.inside-list li a{display: flex; flex-direction: column; color: #333;}
.inside-list li a img{margin-bottom: 5px;}





/*********************************************************************************************/
/****************************************** mobile menu **************************************/
/*********************************************************************************************/
#mob-menu{display: none; }
.cd-dropdown-wrapper, .cd-dropdown-wrapper a, .menu-btn{
    /*width: 40px;*/
    }
.cd-dropdown-content, .cd-dropdown-content ul{
    padding:15px !important;
}
.cd-search input[type="search"]{
    padding:0 10px !important;
}
.menu-btn .bg-dark{width: 100%; height: 2px; display: block;}
.mob-menu-icon{width: 20px;
    margin-top: -7px;
    margin-right: 5px;}
.invert1{filter: invert(1);}   
.mob-online-ul li a img{ width: 24px;
    margin-top: -6px;
    margin-right: 8px;}

.cd-dropdown-content .desk-icon {
    width: 28px;
    margin-right: 10px;
}
@media(min-width:420px){
.cd-dropdown{
    max-width:300px;
    left:auto !important;
    right:0;
}
}


/***************************************************/
/*********************slider************************/
/***************************************************/

.slider {
    position: relative;
    /*height: calc(100vh - 125px);*/
    height: 100vh;
    max-height: 100vh;
    background-color: #1a1a1a;
    position: relative;
    overflow: hidden;
}
.slider:before{
/*    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgb(79,172,254);
    background: linear-gradient(0deg, rgba(79,172,254,0) 0%, rgba(0,0,0,0.5) 100%);*/
}

.slider .swiper-slide .slideimage, .slider .swiper-slide .mob-slider  {
    height: 100%;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}


.swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;

}


.mainslider .swiper-pagination {
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    left: auto;
    right: 3rem;
    width: auto;
}

.mainslider .swiper-pagination-bullet {
    margin: 5px 3px !important;
    background-color: #fff;
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 0.3rem;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.mainslider .swiper-pagination-bullet-active {
    background-color: #cf0101;
    width: 21px;
}
.mainslider .mob{
    display: none !important;
}
@media(max-width:575px){
.mainslider .dsk{
    display: none !important;
}
.mainslider .mob{
    display: block !important;
}
}



/***************************************************/
/******************** slide list *******************/
/***************************************************/

.slide-list-cont {
    position: absolute;
    z-index: 16;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    /* height: 300px; */
    background: rgb(175 40 96 / 92%);
    padding: 20px;
    border-radius: 12px;
}

.icon-circle {
    position: absolute;
    z-index: 16;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(175 40 96 / 92%);
    border-radius: 40px 0px 0px 40px;
    width: 20px;
    height: 38px;
    line-height: 38px !important;
    text-align: right;
    color: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 7%);
}

.slide-list-cont.goLeft {
    right: 10px !important;
}

.icon-circle.active:before{content: "\f054";}

.slide-list{margin-bottom: 0px; }

.slide-list img{width: 28px;
    height: 28px; filter: invert(1) brightness(2.4);}

.slide-list-cont ul li{    margin-bottom: 5px;
    width: calc(100% / 2 - 4px);
    margin-left: 2px;
    margin-right: 2px;
    float: left;}

.slide-list-cont ul li a {
    font-size: .848rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color:#ffffff;
    padding: 8px 8px;
    line-height: 1.2;
    border-radius: 4px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.slide-list-cont ul li a:hover{/*background: #037bb3*/
    /*background: #00334a;*/
    color: white;
}

.slide-list-cont ul li a .icon {
margin-bottom: 4px;
    padding: 10px;
    /* background: white; */
    border-radius: 100%;
    border: 1px solid #ffffff6b;

}

.slide-list-cont ul li{margin-bottom: 5px}

.slide-list-head {
margin: 0;
    color: #020202;
    font-size: .95rem;
    position: absolute;
    top: -23px;
    right: 0px;
    z-index: 2;
    border-radius: 12px 12px 0px 12px;
    background-color: #ffc506;
    padding: 8px 17px 8px;
    text-transform: capitalize;font-weight: 400;
    line-height: 16px;
}




/***************************************************/
/************************ news *********************/
/***************************************************/

.news{
    position: absolute;
    bottom: 0px;
    left: 0rem;
    padding-right: 0px;
    padding-left: 104px;
}
.news .slidernews{
    position: relative;
    z-index: 1;
    width: 730px;
    /*background-color: rgb(0 46 66 / 50%);*/
    background: rgb(255 255 255 / 91%);
    
    display: flex;
    flex-flow: column;
    border-radius: 0rem;
    box-shadow: 6px 5px 20px rgb(0 0 0 / 8%);
}
.news h4{
    margin: 0;
    color: #ffffff;
    font-size: .9rem;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    border-radius: 0px;
    background-color: #b33368;
    padding: 12px 12px 12px;
    
    line-height: 27px;
}
.news-text {
    margin-bottom: 0px;
    padding-left: 10px;
    height: 21px;
    width: calc(100% - 110px);
    overflow: hidden;
    display: inline-block;
    text-align:left;
}
.slidernews{
    padding-bottom: 0 !important;
}
.slidernews .swiper-slide{
    background-color: transparent;
    padding: 15px 15px;
}
.slidernews a{
    display: flex;
    color: #333;
    width: 100%;
}
.slidernews a span{
    display: block;
    color: #b33368;
    margin-right: 15px;
    border-right: 1px solid #b33368;
    padding-right: 15px;
    font-size: .845rem;
}
.newsnext, .newsprev{
    width: 36px;
    height: 100%;
     background-color: white; 
    color: #af2860;
    margin: 0;
    top: 0px;
    border-radius: 0px;
    font-size: .625rem;
}
.newsprev {
   right: 32px;
    left: auto;
}

.newsnext
{right: 0px;}
.newsnext:after, .newsprev:after{
     font-size: .875rem;
}




/***************************************************/
/****** depost interest rates swiper / loans *******/
/***************************************************/
.home-para{text-align: left;}
.ov-hidden{overflow: hidden;}
.loan-img figure {
    position: relative;
    margin-bottom: 0px;
}

.loan-img figure:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background: rgb(0 0 0 / 56%) 5%;
    background: linear-gradient(0deg, rgb(0 0 0 / 56%) 5%, rgb(0 0 0 / 9%) 43%, rgb(255 255 255 / 3%) 76%);
    z-index: 0;
}


.loan-img figure img{filter: grayscale(100%); border-radius: 4px 4px 0px 0px; width: 100%;}
.loan-main{margin: 15px;    border-radius: 4px; width: 100%;
    box-shadow: 1px -1px 30px -10px #00000021;padding-bottom: 55px; position: relative;}
.loan-main:hover img{filter: none;}

.loan-details {
    padding: 28px 20px 15px; text-align: left; 
}

.loan-name {font-size: 1.4rem; font-weight: 300; text-align: left;}
.loan-desc{margin-bottom: 0px; text-align: left;}
.view-all-div{position: absolute; bottom: 20px; left: 0px; padding: 0px 20px; width: 100%;}

.intr-div{margin-top: -20px; padding: 0px 20px;
    text-align: left;
    z-index: 5;
    position: relative;
    color: white;}

.intr-rate{/*background: #7e4b54;*/
    background: #b33368;
    color:white;
    display: table;
    padding: 5px 13px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 1rem;}

.intr-text{text-transform: uppercase;
    margin-bottom: 7px !important;
    display: inline-block;}

.view-all{display: inline-block;
    padding: 5px 0px;
    width: 100%;
    text-align: left; position: relative; padding-right: 60px;}


.view-all:after,.view-all:before
{content: '';
    width: 20px;
    height: 100%;
    display: inline-block;
    position: absolute;
    background-image: url(../img/icons/right-arrow.svg);
    background-size: 20px;
    background-position: right;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    filter: saturate(12) hue-rotate(45deg);
}

.view-all:after{
    right: 0px;
    }

.view-all:before

    { right: 36px;opacity: 0;
    z-index: 1;}

.view-all:hover:before {
    right: 0px;
    opacity: 1;
}
.view-all:hover:after {
    right: -10px;
    opacity: 0;
}

.view-all span{    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #b33368), color-stop(98%, #f92200));
    background: linear-gradient(to right, #b33368 20%, #f92200 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}


.read-more{color: #b33368 !important;
    font-weight: 500;
    border-color: #b33368;
    padding: 12px 15px 12px;
    line-height: 27px;}


.reset{color: white !important; background: #b33368;
    font-weight: 500;
    border-color: #b33368;
    padding: 12px 15px 12px;
    line-height: 27px;}

.read-more:hover{background:#b33368 ; border-color:#b33368 ;color: white !important;}


.f-200{font-weight: 200;}

.sub-para{    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #b33368), color-stop(98%, #f92200));
    background: linear-gradient(to right, #b33368 20%, #f92200 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; display: table;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 17px;}




/***************************************************/
/*********************services**********************/
/***************************************************/
.icon-head{font-weight: 500; font-size: 1.1rem; margin-bottom: 5px; text-align: left;}
.icon-para{text-align: left; margin-bottom: 0px;}
.icon-list{display: flex; flex-wrap: wrap; margin-bottom: 0px;}
.icon-list li{     width: calc(100% / 4 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e1e1e1; 
    /*box-shadow: 1px -1px 30px -10px #00000021;*/
}
.icon-list li a{
    color:#333;
}
.icon-list li .icon-para{
    color:#666;
}
.icon-list .fig{     margin-bottom: 18px;
    display: inline-block;
    padding: 10px;
    /* background: white; */
    border-radius: 100%;
    border: 1px solid #ffffff6b;}


.icon-list .fig img {
    width: 32px;
    height: 32px;
}

.fig1{background: rgb(180 48 104 / 10%);}
.fig2{background: #f7ecde;}
.fig3{background: #e1efeb;}
.fig4{background: #eaf4f3;}



/***************************************************/
/******************** about ************************/
/***************************************************/
.grey-bg{background: #fbfbfb;}
.emblem{height: 130px; float: left; margin-right: 30px;}
.pink-bg{    background: #871b48;
    color: white;}
.bank-img{border-radius: 8px;}
.about-div .read-more {
    color: #cf3373 !important;
    border-color: #cf3373;}

.about-div .read-more:hover {
    color:white !important;
    border-color:#b33368;}

/***************************************************/
/*********************** ld ************************/
/***************************************************/
.ld-div{display: flex; border-radius: 8px; box-shadow: 1px -1px 30px -10px #00000021; 
    border-left: 2px solid #af2860; position: relative;}
/*.ld-icon img{ width: 50px; height: 50px;}*/
.ld-icon{padding: 19px; 
    border-radius: 100%;
    box-shadow: 1px -1px 30px -10px #00000021;
    width: 85px;
    height: 85px;
    /* display: inline-flex; */
    position: absolute;
    left: -42.5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: white;}
.ld-text, .ld-image{float: left;}
.ld-text{ width: 60%;
    padding: 30px 50px 30px 58px;
     display: flex; 
    flex-direction: column;}
.ld-image{ width: 40%;
    align-items: center;
    display: flex;
    justify-content: center;}
.ld-head{ font-size: 1.8rem; line-height: 33px;text-align: left;
    font-weight: 300;
    margin-bottom: 20px;}



/***************************************************/
/****************** highlights ********************/
/***************************************************/
.high-des{font-weight: 500;
    font-size: 1rem;
    margin-bottom: 5px;
    color: #b12c63;}

.high-no{font-size: 1rem;
    font-weight: 500;
    padding-right: 4px;
    color: #af2860;}
.high-div{display: flex; align-items: center; padding: 20px 15px; border-radius: 8px; border: 1px solid #bc4377;
flex-direction: column; height: 100%;}
.high-icon{width: 70px;
    text-align: center;
    margin-bottom: 10px;}
/*.high-text{width: calc(100% - 70px);}*/
.high-icon img{width: 50px;}
.highlights{ display: flex; flex-wrap: wrap;}
.highlights li{margin-bottom: 10px;
    width: calc(100% / 2 - 10px);
    float: left;
    margin-right: 5px;
    margin-left: 5px;}




/***************************************************/
/****************** fing branch ********************/
/***************************************************/
.branch-cont{background: rgb(3 3 3 / 70%);}

.find-col {
    width: 85%;
    margin: 0 auto;
    float: none;
    padding: 25px 32px;
}


.find-box {
    width: 100%;
}

.find-para {
text-transform: capitalize;
    font-size: 2.6rem;
    margin-bottom: 20px;
    position: relative;
    bottom: -4px;
    line-height: 44px;
    color: #fff;
    font-weight: 200;
    text-align: left;
}

.find-para span{font-weight: 500;
    color: #b12c63;
    font-size: 3.5rem;}

.find-box, .find-form, .near, .find-btn {
    float: left;
}

.find-form {
    width: 100%;
}

.find-input-group {
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
}

.find-input-group {
    width: 100%;
}
.find-img {
    position: absolute;
    left: 13px;
    top: 9px;
    z-index: 4;
    filter: invert(1) brightness(15);
}

.find-form input {
    width: 60% !important;
}

.form-control, .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}


.form-control:focus { border-color: rgb(175 40 96 / 63%) !important}


.form-control.findinp {
    height: 40px;
    padding-right: 15px;
    padding-left: 50px;
    display: inline-block !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgb(255 255 255 / 25%) !important;
    box-shadow: none;
    background: transparent !important;
}

.form-control.findinp {
    color: #515151;
}

.find-form .input-group-btn {
    width: auto !important;
}

.form-control.findinp::placeholder{
    color:rgb(255 255 255 / 52%);
}

textarea.form-control {
    height: 110px;
}




/***************************************************************************************************/
/*****************************************     INNERPAGES       ************************************/
/***************************************************************************************************/


/******************** management **********************/
.team-img {
    /*width: fit-content;*/
    margin: 0 auto;
    /* margin-top: 20px; */
    margin-bottom: 15px;
    border-radius: 100%;
    border:1px solid rgb(175 40 96);
    width: 135px;
}

.team-title {
    color: #af2860;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #b33368), color-stop(98%, #f92200));
    background: linear-gradient(to right, #b33368 20%, #f92200 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 6px;
    font-size: .975rem;
    font-weight: 500;
}

.team-caption {
    font-size: .75rem;
    line-height: 19px;
    text-align: center;
}

.team{border: 1px solid #f8e0ec;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 1px 1px 50px -30px rgb(119 23 71 / 60%);}


.team-col{margin-bottom: 30px;}





/******************** chairman message **********************/

.chair-team{width: 250px !important; border: 1px solid #f8e0ec;
    border-radius: 12px;
    text-align: center;
    box-shadow: 1px 1px 50px -30px rgb(119 23 71 / 60%); padding-bottom: 15px;
}

.chair-team.float-left{margin-bottom: 20px; margin-right: 20px;}

.chair-team figure{padding: 6px;}

.chair-img{border-radius: 10px;}


/******************** contact **********************/

.cn-ad-col .mail-box img, .cn-ad-col .no-box img
{filter: none !important;}
.cnt-head{ font-size: 1.0625rem; position: relative;
    margin-bottom: 25px;
    font-weight: 500; padding-bottom: 10px;}
.cnt-head:before{content: ''; width: 30px; height: 4px; border-radius: 20px; background: #af2860;
    background: linear-gradient(90deg, #af2860 0%, #af2860 30%, #f92200 100%);
position: absolute; left: 0px; bottom: 0px;}
iframe {
    width: 100%;
    height: 410px;
    border: none;
    border-radius: 8px;
}

.in-body h1{
        margin-bottom: 35px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #e5c1d0;
}
.contlist{
    display: flex;
    flex-flow: column;
    color: #666;
}
.contlist li {
    display: flex;
    align-items: center;
    margin: 6px 0;
}
.contlist li i{
    color: #af2860;
    margin-right: 10px;
}
.contlist li p{
    margin-bottom: 0;
}

.contlist li.align-items-flex-start
{align-items: flex-start !important;}

/******************** branch locator (innerpage) **********************/

.search-img-cont {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #af2860 !important;
}

label{margin-bottom: 3px;}


.or-div {
    text-align: center;
    position: relative;
}
.or-span {
    outline-color: #fff;
    background: white;
    outline-style: solid;
    outline-width: 12px;
}

.or-span:after {
    content: '';
    width: 70%;
    height: 4px;
    /* background-color: #ddd; */
    border-top: 1px solid #f6e3ec !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}



.branch-name{ border-bottom: 1px dashed silver;}
.branch-details{margin-bottom: 0px}
.branch-details li{
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.info-name{width: 105px; position: relative;}
.info-name:after{
    position: absolute;
    content: ":";
    top: 0;
    right: 10px;
    z-index: 99;
}
.info-text{width:calc(100% - 105px);}
.branch-main{margin-bottom: 30px}
.field-form{    font-size: .875rem;
    border: 1px solid #e0e7f3;
    height: 40px;
}


.reset:hover{background-color: #cf340b}

.button-right{    display: flex;
    align-items: center;
    justify-content: flex-end;}

.button-center{    display: flex;
    align-items: center;
    justify-content: center;}


.button-right .read-more, .button-right .reset{min-width: 120px;}
.button-right .reset{margin-left: 10px;}



.branch-acco .card-link{font-size: .975rem;}



/******************** apply now **********************/
.sh-box{ border: 1px solid #f8e0ec;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 1px 1px 50px -30px rgb(119 23 71 / 60%);
}

.apply-hd{padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f8e0ec;}

.pink{color: #af2860 !important;}

.form-check{display: inline-flex; align-items: center; padding-left: 0px;}
.form-check input[type="radio"]{margin-right: 5px;}



/******************** search page **********************/
.search-div{margin-bottom: 20px;}
.search-div p{margin-bottom: 10px;}
.search-div a:hover{color: #ffc506 !important;}


/********************Mobile App*********************/
.mobileapp{
    padding-top: 2rem;
    background-color: #333;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-image: url(../img/images/appbg.jpg);
}
.appimg{
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.appimg img{
    height: 100%;
}
.appcont{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.appcont h5{
    font-size: 1rem;
    margin-bottom: 0;
}
.appcont h2{
    font-size: 1.75rem;
}
.appcont p{
    font-size: .875rem;
}
.applist{
    display: flex;
    flex-flow: wrap;
    color: #f7f7f7;
}
.applist li{
    flex: 1 0 50%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin: 10px 0;
}
.applist li .icon{
    width: 30px;
    margin-right: 10px;
    display: inline-block;
}
.applist li h6{
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
}
.playlink{
    display: inline-flex;
    background-color: #fff;
    border-radius: 0.3rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.playlink:hover{
    box-shadow: 0 0 0 2px #871b48;
}

@media(max-width:575px){
.applist li{
    flex-flow: column;
    align-items: flex-start;
}
.applist li .icon{
    margin-bottom: 8px;
}
.appcont h5{
    font-size: .875rem;
}
.appcont h2{
    font-size: 1.25rem;
}
}


/***************************************************/
/*********************footer************************/
/***************************************************/

.footer-logo{height: 72px;}

footer {
    font-size: .875rem;
    background-color:#181018;
    color: rgb(255 255 255 / 74%);
    padding-top: 50px;
}
.link-col ul li a{
    color:rgb(255 255 255 / 74%);
}
.link-col ul li a:hover{
    color:#fff;
}

.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}




footer .btn:hover {
    background-color: #414141;
    color: white;
}

.find-form .input-group-btn button {
    width: 100%;
}

.findbtn {
    height: 40px;
    padding: 8px 42px 5px 42px;
    border-radius: 0px;
    border: none;
    color: white !important;
    text-transform: uppercase;
}

.clear-fix {
    clear: both;
    float: none;
}

.top-container {
    /*border-top: 1px solid rgb(194 194 194 / 14%);*/
    padding-bottom: 25px;
}

.bottom-container, .top-container {
    padding-top: 10px;
}

.foot-head {
    font-size: 1rem;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}

.link-col ul li {
    margin-bottom: 7px;
}

.add-para {
    color: rgb(255 255 255 / 74%);
    line-height: 26px;
    margin-bottom: 22px;
    text-align: left;
}

.img-head {
    color: rgb(255 255 255 / 74%);
    font-size: 1.5rem;
    margin-top: 10px;
}

.f-right {
    float: right;
    text-align: center;
}

.foot-img-col {
    position: relative;
}

.foot-img-col:after{content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(95% - 206px);
    height: 2px;
    border-top: 1px solid #ffffff38;}

.bt-list li {
    display: inline-block;
    margin-right: 17px;
}

.bt-list li a {
    color: rgb(255 255 255 / 74%);
    font-size: .8125rem;
}

.bottom-container {
    border-top: 1px solid rgb(194 194 194 / 14%);
    margin-top: 30px;
    padding-bottom: 12px;
}

.power-col {
    font-size: .85rem !important; margin-bottom: 0px;
}
.follow-col{text-align: right;  justify-content: center;
    display: flex;
    flex-direction: column; }

.rights{margin-bottom: 5px;}
.power-col a {
    color: rgb(255 255 255 / 74%);
}
.bt-list{margin-bottom: 8px; margin-top: 5px;}

.bottom-footer {
    margin-top: 10px;
}

.bottom-footer p {
    font-size: .8125rem;
}

.foot-top-head {
    text-transform: uppercase;
    font-size: 1.0625rem;
    margin-bottom: 25px;
}
.boxmain{
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.box {
    display: inline-flex;
    margin-bottom: 6px;
}

.cn-col .sub-box {
    vertical-align: top;
    display: inline-flex;
    align-items: center;
}

.sub-box1 {
    padding-right: 15px;
}

.sub-box {
    display: table-cell;
}


.mail-box .sub-box {
    vertical-align: middle !important;
}

.mail-box img, .no-box img {
    filter: invert(1);
    opacity: .7;
}

.phone-number p {
    font-size: 1.375rem !important;
    margin-bottom: 0px;
    line-height: 32px;
    margin-right: 20px;
    text-align: left;
}

footer .phone-number p{ margin-right: 0px;}

.pd-l-15 {
    padding-left: 15px;
}


.newsletter {
    width: 100%;
}

.newsletter .input-group {
    width: 90%;
}

.newsletter .form-control {
    border-radius: 0px;
    border: none;
}

.form-control, .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-control {
    color: #515151;
}

.subscribinp {
    height: 55px;
    padding-right: 42px;
    padding-left: 42px;
    margin-bottom: 15px !important;
    display: inline-block !important;
    border: 1px solid white !important;
}

.input-icon {
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 3;
    color: #a9a9a9;
}

.subscribbtn {
    height: 55px;
    padding: 8px 42px 5px 42px;
    border-radius: 0px;
    border: none;
    background-color: #ffae00;
    color: black;
    text-transform: uppercase;
}


ul.footer-social {
    
}

ul.footer-social li {
    display: inline-block;
    margin-right: 7px;
}

ul.footer-social li a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #af2860;
    border-radius: 50%;
    color: #af2860;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul.footer-social li a:hover{
    color: white;
    transform: translateY(-3px);
}


.link-col ul li a:hover, .bt-list li a:hover {
    color: #ffffff !important;
}





/*************************************************************/
/*********************  innerpage general  *******************/
/*************************************************************/



.inner-page-slide {
    position: relative;
    background-size: cover;
    background-position: top center;
    /*height: 150px;
    margin-top: 135px;*/
    background-image: url(../img/slider/in-slider.jpg);
    height: 220px;
}

.in-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgb(0 0 0 / 42%);
}


.slide-in {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
}


.in-slide-head {
    font-size: 37px;
    margin-bottom: 5px;
    line-height: 47px;
    display: table;
  /*  margin: 0 auto;*/
    color: white;
}


.inner-slide-cont {
    height: 100%;
    position: relative;
    z-index: 5;
}




/*breadcrumb*/
.breadcrumb{}
.breadcrumb-div {
    width: 100%;
    bottom: 0px;
}

.breadcrumb {
    background: transparent;
    color: white;
    padding: 9px 15px;
    width: auto;
    align-items: center;
    border-radius: 0px;
    margin-top: 0px !important;
    position: relative;
    z-index: 4;
    margin-bottom: 20px;
    flex-wrap: nowrap !important;
}

.breadcrumb>li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumb li a {
    color: #ffffff !important;
    font-size: .8125rem;
    padding: 7px 3px;
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "|";
    /*font-family: "Font Awesome 6 Free";*/
    font-weight: 900;
    color: #ffffff;
    font-size: .875rem;
    padding-left: 6px;
    padding-right: 6px;
}

.breadcrumb li.active a {
    color: #cb2f70 !important;
}




/*form*/

.radgroup
{color: #717171;}

input[type="radio"]{height: 16px; width: 16px}
.radgroup input[type="radio"]{position: relative; bottom: -3px}


.message input[type=text]:focus, .message input[type=number]:focus, .message input[type=tel]:focus, .message input[type=email]:focus,
 .message input[type=password]:focus, .message input[type=date]:focus, .message textarea:focus, .message select:focus

{   box-shadow: none !important;
    outline: none !important;
    border: 1px solid #0a4b67 !important;}

.form-control{height: calc(1.5em + 0.75rem + 9px);
    background-color: #fdfbfb;
    border: 1px solid #f6e3ec !important;
    color: #af2860;
    font-size: .9rem;}

.form-control::placeholder{color: #af2860;}



/*form with hanging label without place holder*/
.hang-label .form-group{position: relative; padding-top: 10px;}
.hang-label label{    position: absolute;
    left: 8px;
    top: -1px;
    padding: 0px 7px;
    border-radius: 12px;
    background: white;
    color: #af2860;
    font-size: 12px;}


/*****************************************************************/
/****************************  innerpage  ************************/
/*****************************************************************/


.bar-cont{position: relative;}
.bar-cont:after{content: ''; width:345px; height: 100%; position: absolute; left: 0px; top: 0px;
 background:  #fffbfb; z-index: -1;}
.sidemenu{width: 300px}
.contentarea {
    min-width: calc(100% - 300px);
    width: calc(100% - 300px);padding-left: 30px;
}

.side-ul li{display: block;}

.side-ul-title{display: none;}

.side-ul{/*box-shadow: 14px 13px 50px -30px rgb(0 0 0 / 38%);*/
    border-radius: 12px; /*background:#fdf5f9;*/
    background: #fff2f9;
    padding: 10px 20px; margin-bottom: 0px}

ul.side-ul li a {
    padding: 15px 0px;
    padding-right: 40px;
    color:#666 !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #af286017;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
}
ul.side-ul li a img{
    width: 25px;
    margin-right: .5rem;
}

ul.side-ul li:last-child a{border-bottom: none;}

ul.side-ul li a:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    font-size: .725rem;
  /*  color: #af2860;
    background: #f1d4e0;*/
     border-radius: 50%;
    
   /* border: 1px solid transparent !important;*/
    width: 23px;
    height: 23px;
    line-height: 21px;
    text-align: center;
   
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

ul.side-ul li:nth-child(even) a:after{color: #af2860;
    background: white; border: 1px solid #e7bdd8}

ul.side-ul li:nth-child(odd) a:after{/*color: #e50a51;
    background: #ffc9df; border: 1px solid #ffadbb*/
color: #af2860;
    background: white; border: 1px solid #e7bdd8
}

ul.side-ul .dropright .dropdown-toggle::after{
    content: '\f054';
}
.dropright:hover>.dropdown-menu {
  display: block;
}
.dropright .dropdown-menu{
    margin: 0;
    position: absolute;
    transform: translate3d(250px, 0px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    font-size: .875rem;
    min-width: 250px;
}
.dropright .dropdown-menu li a{
    padding: 8px 0;
    padding-left: 10px;
    padding-right: 30px;
}
.dropright .dropdown-menu .dropright .dropdown-menu{
    margin-left: -2px;
}


ul.side-ul li a:hover:after, ul.side-ul li.active a:after {
     content: '\f061'; background: #af2860; color: white; border: 1px solid #af2860;
}

.menu-title{ 
    text-transform: uppercase;
    background: #00a1ff;
    border-radius: 8px 8px 0px 0px;
    display: inline-block;
    padding: 10px 20px 8px;
    line-height: 22px;
    color: #ffffff;
    font-size: .8125rem;
    margin-bottom: 0px;
    display: flex;
    /* display: none;*/
}

.menu-side{ width: 19px;
    margin-right: 7px;
    margin-top: -3px; display: none;}



.in-body h2{  font-size: 1.3rem; position: relative; margin-bottom: 25px;
    font-weight: 500;
    padding-bottom: 10px;}

.in-body h2:after
{    content: '';
    width: 30px;
    height: 4px;
    border-radius: 20px;
    background: #af2860;
    background: linear-gradient(90deg, #af2860 0%, #af2860 30%, #f92200 100%);
    position: absolute;
    left: 0px;
    bottom: 0px;}


.in-body h3{    font-size: .875rem;
    background: #e5f5ff;
    display: table;
    margin-bottom: 15px;
    border-radius: .3rem;
    padding: 7px 12px 4px;
}




/*scroll bar*/
/* width */
::-webkit-scrollbar {
  height: 6px;              /* height of horizontal scrollbar ← You're missing this */
  width: 8px;               /* width of vertical scrollbar */
  border: 1px solid #d5d5d5;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



 


/*****************************************************************/
/****************************  responsive  ************************/
/*****************************************************************/

@media (min-width: 1600px){
.pd-2-35 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;}
}

@media (min-width: 1300px)
.pd-2-35 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;}
}

@media (min-width: 1200px) and (max-width: 1300px){

}


@media (max-width: 1200px){
.desk-menu {display: block !important;}
}



@media (max-width: 1199px){
#mob-menu { display: block !important;}
.desk-menu { display: none !important;}


header.active .scroll-logo-div{display: block; }
.scroll-logo{height: 45px}
header.active .desk-menu-icon{margin-top: 5px}

}

@media (min-width: 992px) and (max-width: 1199px){
.toplink-list li a {padding: 5px 8px;}
}

@media (min-width:  992px){
.icon-circle {display: none !important;}
}


@media (max-width: 991px){
.search-col{display: none;}
.search-cont{height: 35px;}
.news .slidernews, .news{width: 100%;}
.sidemenu {
    width: 100%;
    margin-top: 25px;}
.contentarea {
    min-width: 100%;
    width: 100%; padding-left: 15px;}
.bar-cont:after{display: none;}
.icon-list li {width: calc(100% / 2 - 20px); margin-bottom: 20px;}
.slide-list-cont{ right: -271px !important;}
}

@media (min-width: 768px){

}

@media (max-width: 767px){
.toplink-list li a {
    padding: 5px 12px;}
.chair-team{width: 100% !important;}
.dep-col{ padding-left: 45px;}

}

@media (min-width: 768px) and (max-width: 991px){
.pd-2-35 {
    padding-left: 30px;
    padding-right: 30px;}

.high-div{padding: 20px 10px;}
.ld-text{ padding: 30px 10px 30px 58px;}
.dep-col{padding-left: 30px;}
.ld-head {font-size: 1.5rem; line-height: 26px;}
footer .phone-number p {font-size: 1.3rem !important;}
footer .boxmain .sub-box1 { padding-right: 5px;}
footer .mail-box p{font-size: 13px;}
}


@media (min-width: 576px) and (max-width: 767px){

.pd-2-35 {
    padding-left: 15px;
    padding-right: 15px;}

.highlights li{ width: calc(100% / 3 - 10px);}

}



@media (max-width: 575px){
.logo-cont {width: 200px;}
.other-col {
    width: calc(100% - 200px);
}
.toplink-list li:nth-child(2), .toplink-list li:nth-child(4){display: none;}
.fontsize{display: none !important;}

.news-text{padding-left: 0px;}
.news h4{display: none;}
.news{padding-left: 0px;}
.pd-2-35 {
    padding-left: 15px;
    padding-right: 15px;}
/*body{font-size: .8125rem}*/
.gen-para{font-size: .8125rem; line-height: 22px;}

.gen-acco .card-link {display: block;}
p {
    line-height: 24px;
    font-size: .8125rem;}

h1{font-size: 2rem;}

.gen-acco .date{width: 90px !important; padding-right: 10px; margin-right: 10px;}
.ld-div{ flex-direction: column;}
.ld-text, .ld-image{width: 100%;}
.ld-text{padding: 30px 30px 30px 55px;}
.ld-head {
    font-size: 1.6rem;
    line-height: 29px;}

.find-col {
    width: 100%;
    padding: 25px 25px;
}

.findbtn{ padding: 8px 20px 5px 20px;}
}



@media (max-width: 425px){
.footer-ad-col{padding-left: 0px;}
.logo {height: 72px;}
.dis-none-425{display: none;}
.icon-list li { width: 100%; margin-right: 0px; margin-left: 0px;}
.emblem {
    height: 110px;
    margin-right: 15px;}
.high-div{padding: 20px 10px;}
.find-col {
    padding: 25px 10px;}
.footer-ad-col{    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
footer, footer p{text-align: center !important;}
footer .box {
    display: flex;
    flex-direction: column;
    align-items: center;width: 100%;
}
footer .cn-col .sub-box1 {
    padding-right: 0px ; 
    padding-bottom: 5px;}
}


.pr-5{
    padding-right:5px !important;
}
.fa-phone{
    color:#b9315e !important;
}


@media (max-width: 319px){

}




.flexVcenter{
    display: flex;
    flex-flow: wrap;
    align-content: center;
}


/*******************MODAL*******************/
.mymodal .btnclose{
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #af2860;
    color: #fff;
    z-index: 99;
}
.mymodal .btnclose:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.mymodal .modimg{
    border-radius: .5rem;
}



.btnpolicy{
        line-height: 22px;
    background: #af2860;
    color: white !important;
    border: 1px solid #af2860;
    font-size: 15px;
    font-weight: 200;
    padding: 10px;
    border-radius: 0.3rem;
    float: inline-end;
}

.tb-btn{
    background: #af2860;
    color: white !important;
    padding: 6px;
}


@media(max-width: 575px){
    .btnpolicy{
        float: left;
    }
}
