/*@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i&display=swap";*/

.banner-right {
    width: 130px;
    height: 600px;
    background: linear-gradient(360deg, #fff, #5b21b6, #4c1d95);
    padding: 20px 5px 0;
    position: relative
}

.banner-div1 {
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: left
}

.banner-div1 p,
.banner-div2 p {
    color: #fff;
    line-height: 16px;
    font-weight: 600
}

.banner-div1 i {
    color: #029d5a;
    margin-right: 5px;
    font-size: 20px
}

.banner-div2 {
    padding: 30px 5px;
    text-align: center
}

.banner-div2 a {
    font-size: 18px;
    font-weight: 600;
    color: #9333ea;
    text-shadow: 2px 2px #000
}

.banner-div2 h5 {
    font-size: 16px;
    margin: 0;
    color: #fff
}

.banner-div2 h4 {
    font-size: 35px;
    margin: 0;
    color: #fff;
    font-weight: 600
}

.banner-right .imagebanner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.banner-right .imagebanner img {
    width: 100%
}

.gt_container--hich1m .gt_switcher {
    margin-top: 14px !important;
    width: 122px !important
}

.gt_container--hich1m .gt_switcher .gt_selected {
    background: transparent !important;
    margin-top: 3px !important
}

.gt_container--hich1m .gt_switcher .gt_selected a {
    border: none !important;
    font-size: 16px;
    color: #fff !important;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif
}

.gt_container--hich1m .gt_switcher .gt_selected a:hover {
    background: transparent !important
}

.gt_container--hich1m .gt_switcher .gt_option {
    position: absolute !important;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px, rgba(0, 0, 0, .23) 0 3px 6px
}

.callbtn_header {
    display: flex;
    align-items: center;
    text-align: right;
    border-radius: 30px;
    justify-content: end
}

.img_divcall,
.img_divcall_mobile {
    position: absolute;
    right: 0;
    top: 6px
}

.img_divcall img,
.img_divcall_mobile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #000
}

.number_divcsll {
    border: 1px solid #fff;
    width: 100%;
    border-radius: 30px;
    padding: 0 40px 0 0;
    height: 50px;
    margin-top: 1px;
    background: #7c3aed
}

.number_divcsll h5 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff !important
}

.number_divcsll p {
    margin-bottom: 0;
    line-height: 4px;
    color: #fff;
    font-weight: 400px
}

.img_divcall_mobile {
    display: none
}

.pulse {
    position: relative;
    animation: animate 3s linear infinite
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 #34a1eb 0 0 0 #34a1eb
    }
    40% {
        box-shadow: 0 0 0 50px #34a1eb 0 0 0 #34a1eb
    }
    80% {
        box-shadow: 0 0 0 50px #a855f7 0 0 30px #34a1eb
    }
    100% {
        box-shadow: 0 0 0 0 #34a1eb 0 0 30px #34a1eb
    }
}

.pulsemobile {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    animation: animatea 3s linear infinite
}

@keyframes animatea {
    0% {
        box-shadow: 0 0 0 0 #34a1eb 0 0 0 #34a1eb
    }
    40% {
        box-shadow: 0 0 0 50px #34a1eb 0 0 0 #34a1eb
    }
    80% {
        box-shadow: 0 0 0 50px #a855f7 0 0 30px #34a1eb
    }
    100% {
        box-shadow: 0 0 0 0 #34a1eb 0 0 30px #34a1eb
    }
}

@media (max-width:1199px) {
    .img_divcall_mobile {
        display: block !important;
        position: absolute;
        right: 0;
        top: 7px
    }
}

@media (max-width:600px) {
    .img_divcall_mobile {
        right: 18px;
        padding: 10px;
        top: 1px
    }
    .img_divcall_mobile img {
        height: 40px;
        width: 40px
    }
}