body,
html {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

* {
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}


.d-grid {
    display: grid;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

button,
select {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

button,
.btn,
select {
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
    text-decoration: none;
}

iframe {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

/* Section top bottom gap */
.section-gap {
    padding: 1.5rem 0;
}

@media screen and (max-width:767px) {
    .section-gap {
        padding: 1.5rem 0;
    }
}

@media screen and (max-width:480px) {
    .section-gap {
        padding: 1rem 0;
    }
}

/* / Section top bottom gap */
/* Initial */
.tip_top
{

    display: none;
    margin-top: 160px;
    position: relative;
}
.tip_top-border-container
{
    position: absolute;
    top: 139px;
    width: 156px;
    left: 79px;
    height: 67px;
}
.tip_top #company_name_text_tip_top{
    position: absolute;
    top: 142px;
    left: 87px;
    font-size: 11px;
}
.tip_top .location_details
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 155px;
    left: 86px;
    font-size: 12px;
}
.tip_top .location_details li {
    display: inline-block;
    color: #eeee;
    font-size: 10px;
}
.tip_top #details_text_tip_top
{
    position: absolute;
    top: 173px;
    left: 89px;
    font-size: 12px;
    color: #eeee;
    font-size: 10px;
    width: 190px;
    word-wrap: break-word;
}
.tip_top_preview_box  .image-preview
{
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 140px;
    left: 19px;
    width: 61px;
    height: 65px;
}
/* title-styling */
h3.global-title {
    font-size: 40px;
    line-height: 45px;
    color: #16191e;
    margin-bottom: 50px;
    text-transform: capitalize;
}

@media screen and (max-width:767px) {
    h3.global-title {
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (max-width:600px) {
    h3.global-title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media screen and (max-width:500px) {
    h3.global-title {
        font-size: 30px;
        line-height: 35px;
    }
}

/* / title-styling */
#upload_image ,
#logo-upload_image
{
    display: none;
}
/* contacts */

.contacts-5-grid-main {
    background: rgba(255, 154, 66, 0.02);
}

.map-content-5 {
    margin: 0 auto;
    text-align: center;
}

.contacts-sub-5 iframe {
    width: 100%;
    height: 250px;
    display: block;
}

.d-grid {
    display: grid;
}

.grid-col-2 {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

.contact-type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.service-col-4 {
    padding: 2rem;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #ececec;
    background: #fdfdfd;
}

.service-col-4 h6 {
    font-size: 20px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 15px;
}

.service-col-4 h4 a:hover {
    opacity: 0.85;
}

.service-col-4 p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #565b73;
    margin-top: 10px;
}

.service-col-4 a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #565b73;
    display: block;
}

.service-col-4 a:hover {
    text-decoration: underline;
    color: #fd5f00;
}


section.tab-content {
    display: none;
    padding: 45px 0 0 0;
}

input {
    display: none;
}

label.tabtle {
    display: inline-block;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #c7c7c7;
    margin: 0 15px;
    border: 2px solid #c7c7c7;
    border-radius: 4px;
}

label.tabtle:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

label.tabtle:hover {
    cursor: pointer;
    border-bottom: 2px solid #c7c7c7;
    border: 2px solid #fd5f00;
    line-height: 25px;
    text-align: center;
    color: #fd5f00;
    background: #fdfdfd;
}

input:checked+label.tabtle {
    border: 2px solid #fd5f00;
    color: #fd5f00;
    background: #fdfdfd;
    border-radius: 4px;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3 {
    display: block;
    box-sizing: border-box;
}

.button-style {
    text-align: center;
    display: block;
    transition: 0.5s ease-out;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    padding: 12px 30px;
    color: #fff;
    background: #fd5f00;
    display: inline-block;
    border-radius: 5px;
    transition: 0.3s ease;
}

.button-style:hover {
    background: #e25500;
    transition: 0.3s ease;
}


@media (max-width: 992px) {
    .contact-type {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    label.tabtle {
        padding: 12px 18px;
        font-size: 16px;
        line-height: 22px;
        margin: 0 8px;
    }
}


@media (max-width: 600px) {
    label.tabtle {
        padding: 10px 12px;
        font-size: 14px;
        line-height: 20px;
        margin: 0 5px;
    }
}

@media (max-width: 414px) {

    section.tab-content {
        display: none;
        padding: 40px 0 40px 0;
    }
}

@media (max-width: 384px) {
    label.tabtle {
        font-size: 16px;
    }

}

@media (max-width: 320px) {
    label.tabtle {
        margin: 0 1px;
    }

    label.tabtle {
        font-size: 14px;
    }

    .service-col-4 h6 {
        font-size: 16px;
    }

    .service-col-4 p {
        font-size: 14px;
    }

    .button-style {
        font-size: 15px;
    }
}
/**/


.form-inner-cont h3 {
    font-size: 14px;
    line-height: 50px;
    color: #1e5b87;
    /* margin-bottom: 35px; */
    text-transform: capitalize;
    font-weight: bold;
    justify-content: center;
    display: flex;
}
.form-input i{
    margin-right: 8px;
    font-size: 16px;
    color: #1e5b87;
}

.form-inner-cont .subtitle {
    color: #333333;
    margin-bottom: 35px;
    justify-content: center;
    display: flex;
}

form.signin-form {
    margin: 0 auto;
}

.form-input {
    /*margin-bottom: 15px;*/
}

.form-inner-cont label {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #333333;
    display: block;
    font-weight: 600;
}

.form-inner-cont input ,
.form-inner-cont textarea ,
.form-inner-cont select{
    outline: none;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 20px;
    margin-bottom: 15px;
    color: #333;
    padding: 10px 20px;
    font-family: inherit;
    text-align: left;
    -webkit-appearance: none;
    /*background: rgba(255, 154, 66, 0.02);*/
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #eeeeeeed;
    padding: 14px;
    border: 0 !important;
}
.form-inner-cont input:focus,
.form-inner-cont textarea:focus {
    border: 1px solid #1e5b87 !important; ;
}
.form-inner-cont
{
    border: 1px solid #eee;
    padding: 25px;
    background-color: #ffffff;
}
.form-inner-cont textarea {
    height: 125px;
    resize: none;
    padding: 12px 15px;
    /*background: rgba(255, 154, 66, 0.02);*/
    display: grid;
    grid-template-columns: .1fr 1fr;
    align-items: center;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


.form-inner-cont input:focus,
.form-inner-cont textarea:focus {
    border: 1px solid #013C60;
    background: #fff;
}

button.btn {
    text-decoration: none;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #013C60;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s ease;
}

button.btn:hover {
    background: #24a5dc;
    transition: 0.3s ease;
    color: #fff;
}
.white-button:hover .form-inner-cont h3
{
    color: #fff !important;
}
.nav-link{
    text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #013C60;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    color: #000000;
    background-color: #eee;
}
.page-img
{
    margin-top: 97px;
}
.preview
{
    margin-top: 160px;
    position: relative;
    display: none;
}

.preview #company_name_text{
    position: absolute;
    top: 218px;
    left: 30px;
    font-size: 11px;
}
.preview h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    color: #fff;
    margin-bottom: 19px;
    text-align: center;
    word-wrap: break-word;
}

.preview details_text
{

}
.preview .location_details
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 234px;
    left: 28px;
    font-size: 12px;
}
.preview .location_details li {
    display: inline-block;
    color: #eeee;
    font-size: 10px;
}
.preview #details_text
{
    position: absolute;
    top: 256px;
    left: 32px;
    font-size: 12px;
    color: #eeee;
    font-size: 10px;
    width: 190px;
    word-wrap: break-word;
}
.page-content
{
    color: #ffffff;
    padding-top: 20px;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;

    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 0;
    top: 0;
    width: 100%;
}
/* Upload Image */

#upload_image{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.btn_upload_images {
    margin-bottom: 20px;
    float: left;
}

.btn_upload_images label {
    display: table-cell;
    vertical-align: middle;
}

.fileContainer {
    width: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 30px !important;
    text-align: center;
}
.white-button span .bi-camera-reels{
    font-size: 30px;
}
.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.fileContainer:hover label {
    color: #fff;
    background-color: #013C60;
    font-size: 20px;
}

#image-preview {
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
}

#image-preview img {
    height: 100%;
}



.remove-image-privew {
    visibility: hidden;
    background: none;
    border: none;
    color: #c5c5c5;
    position: absolute;
    right: 5px;
    top: 5px;
}

.remove-image-privew:hover {
    color: #fff;
}

.image-preview-hover:hover>.remove-image-privew {
    visibility: visible;
}

.image-preview {
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 208px;
    left: 32px;
    width: 240px;
    height: 89px;
}

.image-preview img {
    height: 100%;
}

.image-preview-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .5s ease;
    background-color: #0000;
}




.white-button {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dddfe2;
    font-size: 15px;
    vertical-align: middle;
    transition: all .2s ease;
    display: table;
}


.fileContainer:hover   h3
{
    color: #ffffff;
}
.white-button .bi-card-image
{
    font-size: 33px;
}
.bi-card-image::before,
.bi-camera-reels::before

{
    margin-top: 35px;
}
.page-title
{
    font-size: 23px !important;
}
/* Coustom Select 2 */
.select2-container--default.select2-container--focus .select2-selection--multiple
{
    border: 0 !important;
}
.select2-container--default .select2-selection--multiple
{
    background-color: #eee;
    border: 0 ;
    margin-bottom: 10px;
    padding: 1px;
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    background-color: #1e5c87;
    border: 0 ;
}
.form-check-input
{
    width: initial !important;
    margin: 0 !important;
    padding: 10px !important;
    margin-right: 10px !important;
}
.form-check
{
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}
.price
{
    float: right;
    color: #1e5b87;
    font-weight: bold;
    font-size: 17px;
}
.form-check-input:checked{
    background-color: #1e5b87 !important;
}
.invoice-card{
    margin-top: 50px;
    width: 260px;
}

.total-price h3 {
    margin-bottom: 26px;
    text-align: col;
    color: #013c60;
    font-size: 17px;
    font-weight: bold;
}
.total-price h3 .Total_price
{
    font-size: 40px;
}
#package_prices
{
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display
{
    font-size: 13px;
}
.black_color_continer
{
    background-color: #000;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 2px #eee;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #eee;
    margin-right: 5px;
}
.circle-color-picker {
    appearance: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;
}

.circle-color-picker::-webkit-color-swatch {
    border-radius: 50%;
    border: none;
}

.circle-color-picker::-moz-color-swatch {
    border-radius: 50%;
    border: none;
}
.white_color_continer
{
    background-color: #fff;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 2px #eee;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #eee;
}
.black_color_continer:hover ,
.white_color_continer:hover
{
    cursor: pointer;
}
@media all and (max-width: 700px) {
    .fileContainer {
        float: initial;
        width: 154px;
        overflow: hidden;
        position: relative;
        text-align: center;
        margin-top: 12px !important;
        text-align: center;
        margin: 0 auto !important;
        text-align: center;
    }
    .form-inner-cont .subtitle {
        color: #333333;
        margin-bottom: 16px;
        justify-content: center;
        display: flex;
        text-align: center;
    }
    .page-title
    {
        margin-bottom: 10px  !important;
    }
    .invoice-card {
        margin-top: 0 ;
    }
    .Logo-content
    {
        text-align: center;
    }

    .form-inner-cont label {
        font-size: 14px;
        text-align: left;
    }
    .fileContainer label
    {
        text-align: center;
    }
    #upload_image label
    {
        text-align: center;
    }

    .form-inner-cont h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .preview .preview_box
    {
        display: none;
    }
    .invoice-card
    {
        display: block !important;
    }
    .preview_text
    {
        display: none;
    }
    .preview{
        padding-top: 0;
        margin: 0;
    }
    .order0
    {
        order: 1 ;
    }
    .order1
    {
        order: 0 ;
    }

}
/** Start Free Package */
.free
{
    margin-top: 160px;
    position: fixed;
}
.border-container {
    position: absolute;
    top: 138px;
    width: 218px;
    left: 20px;
    height: 72px;
    border-radius: 3px;
}

.free .background-img
{
    object-fit: cover;
}
.free_preview_box{
    /*background-image: url(../images/free.png);*/
    min-height: 586px;
    background-size: cover;
    width: 100%;
}
.free #company_name_text_free{
    position: absolute;
    top: 142px;
    left: 32px;
    font-size: 10px;
    color: #1e5b87;
    font-weight: bold;
}
.free .location_details
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 155px;
    left: 31px;
    font-size: 12px;
}
.free .location_details li {
    display: inline-block;
    color: #1e5b87;
    font-size: 10px;
}
.free #details_text_free
{
    position: absolute;
    top: 172px;
    left: 35px;
    font-size: 12px;
    color: #1e5b87;
    font-size: 10px;
    width: 190px;
    word-wrap: break-word;
}
/* Upload Video */
.video_box input[type="file"]::-webkit-file-upload-button {
    background: #E62163;
    border: 0;
    padding: 1em 2em;
    cursor: pointer;
    color: #fff;
    border-radius: .2em;
}
.video_box input[type="file"]::-ms-browse {
    background: #E62163;
    border: 0;
    padding: 1em 2em;
    cursor: pointer;
    color: #fff;
    border-radius: .2em;
}
.video_box img {
    max-width: 300px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}
.add_logo
{
    display: none;
}
.color-choices {
    display: flex;
    justify-content: space-between;
}

.color-choices div {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;
}

.color-choices div input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.color-choices input[type="radio"]:checked + label {
    border: 2px solid #000;
}
.color-choices div label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
}

.color-choices div input[type="radio"]:checked + label {
    background-color: #ccc;
}
@supports (object-fit: cover) {
    .video_box img {
        width: 300px;
        object-fit: cover;
    }
}
.video_box .bottom_btn{
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
}
.video_box .bottom_btn:hover{
    background-color: #333;
    color: #FFF;
    text-decoration: underline;
}
#imagePreviewImg-1
{
    max-width: 100%;
    height: auto;
    min-height: 121px;
    width: 100%;
    padding: 0;
    object-fit: cover;
    max-height: 119px;
}
#video_box
{
    display: none;
}
.validation-text {
    color: red;
}
#imageUpload-1-preview2
{
    top: 141px;
    height: 75px;
    left: 22px;
    width: 212px;
}
.reload
{
    height: 35px !important;
    width: 35px !important;
    padding: 0 !important;
}
.video-preview {
    display: none;
    position: relative;
}
.video-preview video {
    width: 100%;
    height: auto;
}
.video-preview div {
    position: absolute;
    top: -6px;
    right: 0px;
}
#add-video-button {
    display: block;
}
#edit-video-button {
    display: none;
}

.modal-footer .btn
{
    width: initial !important;
}
.img-responsive
{
    width: 100%;
    margin-bottom: 20px;
}
.preimum-border-container
{
    position: absolute;
    top: 215px;
    width: 214px;
    left: 21px;
    height: 95px;
}
/*Control Icons */
.control_icons
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 141px;
    right: 34px;
    font-size: 12px
}
.control_icons li
{
    margin-bottom: 3px;
}
.control_icons li i::before
{
    background-color: #fff;
    color: #1e5c87;
    padding: 5px;
    border-radius: 50%;
    font-size: 12px;
    padding: 3px;
    box-shadow: 2px 1px 10px #ccc;
}
.bi-telephone::before
{
    color: #07b307 !important;
}
.control_icons li i:hover {
    cursor: pointer;
}
#videoModal .modal-body
{
    padding: 0 ;
}
#videoModal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid transparent !important;
    border-radius: .3rem;
    outline: 0;
}
#videoModal .modal-header
{
    border-bottom: 0 !important;
    padding-left: 0;
}
.dismiss-btn
{
    border-radius: 4px  !important;
    padding: 7px 26px  !important;
    background-color: #ccc !important;
}
.save-btn
{
    border-radius: 4px  !important;
    padding: 7px 26px  !important;
}
.video-preview
{
    max-height: 500px;
}
#tiptop_package_colors ,
#premium_package_colors
{
display:none ;
}
.form-inner-cont input[type="color"]
{
    padding: 0;
    background-color: transparent;
    outline: none;
    border: 0;
    display: block;
    width: 87px;
    height: 30px;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 2px #eee;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #eee;
    margin-right: 5px;

}
.random_operation
{
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #333333;
    display: block;
    font-weight: 600;
}

@media screen and (max-width: 900px )
{
    .free
    {
        display: none !important;
    }
    /** Tip Top */

    /** Primum */

    .preview .background-img ,
    .preview .preview_box
    {
        display: none;
    }
    .preview  .invoice-card {
        width: 93%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .tip_top
    {
        margin: 0 ;
    }
    .tip_top .background-img
    {
        display: none;
    }
    .tip_top .invoice-card
    {
        width: 93%;
        margin: 0 auto;
    }
    .custom_logo img
    {
        width: 100%;
    }

}
/* Packages */
/* Privew Video */
#remove-video-button
{
    text-decoration: none;
    width: 28px;
    height: 28px;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 25px;
    line-height: 13px;
    text-align: center;
    color: #cf0e00;
    display: inline-block;
    transition: 0.3s ease;
    border-radius: 50%;
    background-color: #FFFFFF;
}
#edit-video-button
{
    text-decoration: none;
    width: 28px;
    height: 28px;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 18px;
    line-height: 13px;
    text-align: center;
    color: #013C60;
    display: inline-block;
    transition: 0.3s ease;
    border-radius: 50%;
}
.video-preview video
{
    height: 121px;
}
#edit-video-button i{
    color: #fff;
    padding: 4px;
    font-size: 14px;
}
#deleteImage-1 i{
    width: 28px;
    height: 28px;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 25px;
    line-height: 13px;
    text-align: center;
    color: #cf0e00;
    display: inline-block;
    transition: 0.3s ease;
    border-radius: 50%;
}
#logo-imagePreviewImg-1
{
    max-width: 100%;
    height: auto !important;
    height: 126px !important;
    object-fit: cover;
}
