
body{
    font-family: Poppins, sans-serif !important; 
}
.fs-30{
    font-size: 30px;
}

.fs-25{
    font-size: 25px;
}

.fs-20{
    font-size: 20px;
}

.fs-15{
    font-size:15px !important;
}

.fs-24{
    font-size: 24px !important;
}
.fs-24{
    font-size: 24px !important;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}

.text-warning1{
    color: #f78f06 !important;
}

.bold-text{
    font-weight: bold;
}
.mt-15{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-50{
    margin-top: 35px !important;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-30{
    margin-bottom: 30px;
}

.padding30{
    padding: 30px !important;
}

.mb5{
    margin-bottom: 8px;
    margin-left: 17px;
}

.nav-full-width {
    display: inline-flex;
    width: 100%;
}
.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    height: 85px;
    width: 85px;
}


.card-body-bg-color{
    background :#F9F9F9
}

.justify-center-content{
    display: flex;
    align-items: center;
    font-weight: 500;
    
}
 
.card-padding{
    padding: 25px  !important;
}

.card-radius{
    border-radius: 20px;
}
.bg-inr {
    height: 38px !important;
    background: #000000;
    color: #fff;
}

.inr-flag {
    height: 15px;
    width: 15px;
    border-radius: 50px
}

@media only screen and (max-width: 600px) {
    .text-right {
        text-align: right !important;
    }
    .btn-width-100 {
        width: 50% !important;
    }
}
 

.blue-title {
    color: #000000;
}
 
.fw-bold {
    font-weight: bold !important;
}

.bold-amount {
    font-family: Poppins, sans-serif !important;
    font-size: 20px;
    font-weight: bolder;
}

.dotted-border {
    border-right: 1px dotted #234;
}
 

.wh-72 {
    width: 72px;
    height: 72px;
}

.home-icon {
    width: 42px;
    margin: auto;
    display: block;
}

.light-bg-grey {
    background: #efefef;
}

.br-10 {
    border-radius: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
 
 

:root{
    --color1:#FF7200;
    --color2:#FE9400;
}
.serviceBox{
    color: var(--color1);
    text-align: right;
    position: relative;
    font-family: Poppins;
    z-index: 1;
    padding: 0px 55px 45px;
}
.serviceBox:before{
    content: "";
    background: #fff;
    width: calc( 100% - 15px);
    /* height: calc(100% - 38px); */
    height: 375px;
    box-shadow: 3px 0px 4px 4px rgb(0 0 0 / 6%);
    border-radius: 40px;
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: -1;
}
.serviceBox .service-icon{
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 30px;
    padding-top: 30px;
    width: 120px;
    height: 120px;
    border-radius: 50px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon:before{
    content: '';
    background-color: #232b4f;
    border-radius: 50%;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.3);
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    z-index: -1;
}   
.serviceBox .title{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.serviceBox .description{
    color: #888;
    font-size: 13.2px;
    letter-spacing: 0.5px;
    line-height: 13px;
    text-align: center;
    margin: 0;
}
.serviceBox.pink{ 
    --color1: #be2edd;
    --color2:#e056fd;
}
.serviceBox.blue{
    --color1:#0066EF;
    --color2:#018CF5;
}
.serviceBox.red{ 
    --color1: #DC1625;
    --color2: #e22734;
}
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 40px; }
}

.fw-bold{
    font-weight: bold !important;
}

.text-red{
    color: #DC1625
}
.number-type{
    list-style:decimal;
}

/* FAQ style */  

.p20{
    padding: 12px !important;
}
.gic-calculator {
    color: #000;
    border-radius: 10px;
}

.gic-calculator .nav {
    justify-content: space-around;
    padding-left: 0rem !important;
}

.gic-calculator .tab-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    border: 1.5px solid #000000;
    border-left: 1.5px solid #000000;
    border-right: 1.5px solid #000000;
    border-bottom: 1.5px solid #000000;
}

.gic-calculator .nav-item {
    margin: 0;
}

.gic-calculator .form-control {
    border: 1px solid #e9e9e9;
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 1rem;
    height: 5.2rem;
    color: #242B61;
    font-weight: 700;
}

.gic-calculator .form-control::placeholder {
    height: 5.2rem;
    font-weight: 500;
    font-size: 1.6rem !important;
    color: #7f7f7f !important;
}
.gic-calculator .total .taxcharge {
    font-size: 1.1rem;
    font-weight: 500;
}

.gic-calculator .textual .taxcharge {
    font-size: 1.5rem;
    font-weight: 500;
}
.gic-calculator .input-lable-font{
    font-size: 14px;
    font-weight: 500;
}

.gic-calculator .form-control:focus {
    border: 1px solid #e9e9e9;
}

.gic-calculator .dd-option-image,
.gic-calculator .dd-selected-image {
    max-width: 25px;
    height: 25px;
}

.gic-calculator .dd-option-text,
.gic-calculator .dd-selected-text {
    line-height: inherit !important;
}

.gic-calculator .dd-select {
    background: #000;
    border: 0 !important;
    height: 5.2rem;
}

.gic-calculator .dd-selected {
    background: #000000;
    align-items: center;
    display: flex;
    padding: 0 30px 0 10px;
    height: 5.2rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.gic-calculator label.dd-selected-text {
    color: #fff !important;
    font-size: 1.7rem;
    margin-bottom: 0;
}

.gic-calculator .dd-pointer-down {
    border-top: 5px solid #fff;
}

.gic-calculator .rate {
    color: #ffa30b;
    font-size: 1.8rem;
    font-weight: 600;
}

.gic-calculator .total h6 {
    font-size: 1.5rem;
}

.gic-calculator .total h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}

.gic-calculator .total .btn-danger {
    background: #000000;
    border: 0;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
}

.gic-calculator .total .taxcharge {
    font-size: 1.1rem;
    font-weight: 500;
}

.gic-calculator .total .btn-danger:focus,
.gic-calculator .total .btn-danger:hover {
    background: #0ce;
    color: #fff;
    outline: 0;
    box-shadow: none;
}
.gic-calculator .dd-selected {
    background: #000000;
    align-items: center;
    display: flex;
    padding: 0 30px 0 10px;
    height: 5.2rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.gic-calculator .form-control {
    border: 1px solid #e9e9e9;
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 1rem;
    height: 5.2rem;
    color: black;
    font-weight: 500;
}

.gic-calculator a {
    color: #4758a0;
}

.gic-calculator .better-rate {
    color: #4758a0;
    font-weight: 600;
    background: #f7f7f7;
    border-top: 1px solid #b3b3b3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.gic-calculator .bor-right1 {
    border-right: 1px solid #b3b3b3;
}

.gic-calculator a {
    color: #4758a0;
}

.gic-calculator .nav-pills .nav-link {
    background: #fff;
    color: #000000;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 7px 7px 0 0;
    border: 1px solid #000000;
    border-bottom: 0;
    font-size: 1.6rem;
    width: 100%;
    /* width:15.7rem; */
}

.gic-calculator .nav-pills .nav-link.active {
    background: #000000;
    color: #fff;
}

.gic-calculator .dd-option {
    align-items: center;
    display: flex;
}

.gic-calculator .dd-options {
    width: 100% !important;
    height: 25rem;
}

.faq #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #000000 !important;
    padding: 20px 10px 20px 0;
    border-radius: 0;
    font-size: 15px !important;
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #d6d6d6 !important;
    background: 0 0;
}
.btn-dark {
    background:#000000;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    border: 0;
    transition: 0.5s;
    padding:10px 20px;
    border-radius:10px;
    font-weight:600;
    font-size:1.8rem;
    width:100%;
    border-radius:10px
}
.card-body{
    font-size: 15px;
}
.btn-dark:focus,
.btn-dark:hover {
    background:#000000;
    color:#fff !important;
    border: 0;
    transition: 0.5s;
    outline: 0;
    box-shadow: none;
}
.btn-secondary{
    background:#000000;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    border: 0;
    transition: 0.5s;
    padding:10px 20px;
    border-radius:10px;
    font-weight:600;
    font-size:1.8rem;
    width:100%;
    border-radius:10px

}
.btn-secondary:focus,
.btn-secondary:hover {
    background:#000000;
    color:#fff !important;
    border: 0;
    transition: 0.5s;
    outline: 0;
    box-shadow: none;
}
.p-5{
    margin-bottom:-40px;
}

.newmodal .modal-body {
    padding: 20px 50px 20px 50px;
}
.modal-content {
    width: 80%;
    align-self: center;
    margin-left: 90px;
}


#cicleicon{
    font-size: 50px;
}

@media (max-width: 480px) {
.justify-center-content{
    display: flex;
    align-items: center;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
 
.card-padding{
    padding: 25px  !important;
    height: 250px;
}
}


 