/* 
    Section 1 (Banner) 
    prefix: #banner_section
*/
.banner_section .banner-img {
    width: 100%;
    height: min(100vh, 828px);
    /* background-image: url('../img/cms/hero-bg.png'); */
    background-repeat: no-repeat;
    /* background-size: auto 100%; */
    background-position: center;
    background-size: cover;
}

.banner_section .request-demo-btn,
.banner_section .watch-video-btn,
#about_section .request-demo-btn-s3,
#globe_section .contact-us-btn {
    border-radius: 6px;
    color: #FFFFFF; /* Default color */
    /* box-shadow: 0px 3px 6px 0px #00000040; */
    /* min-width: 191px;
    height: 38px; */
    padding: 5px 15px;
}

.banner_section .watch-video-btn {
    background: transparent;
    border: 1px solid #FFFFFF;
}

.banner_section .request-demo-btn {
    background: #D7B647;
}

#globe_section .contact-us-btn {
    background: transparent;
    border: 1px solid #FFFFFF;
    /* padding: 10px; */
}

#globe_section {
    position: relative;
}

#globe_section .globe-section-bg {
    background-image: url('../img/cms/testimonial-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 1200px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    overflow: visible;
}

/* 
    Section 3 && 5 (List Static && List)
*/

/* #about_section {
    background: #AFAFAF29;
} */

#about_section .request-demo-btn-s3 {
    display: inline-block;
    box-shadow: 0px 3px 6px 0px #00000040;
    background: linear-gradient(180deg, #227AA7 64.71%, #FFFFFF 175.82%);
    min-width: 173px;
    padding: 6.77px 15px;
}

#about_section span.about-title,
#feature_section span.feature-title {
    display: inline-block;
}

#about_section .about-title::after,
#feature_section .feature-title::after,
.testimonial-title::after,
.subscription-section-title::after,
.faq-title::after {
    content: "";
    display: inline-block;
    width: 85px;
    height: 7px;
    background: var(--bg-ternary);
    border-radius: 4px;
    position: absolute;
    right: 0;
    bottom: -3px;
}


#feature_section .feature-title::after,
.testimonial-title::after,
.subscription-section-title::after {
    bottom: -10px;
}

#about_section .about-sub-title::after,
.feature-sub-title div::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 3px;
    background: var(--bg-ternary);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0px);
}

.feature-sub-title div {
    font-size: 20px;
}

.feature-sub-title div::after {
    right: -21px;
    bottom: -8px;
    width: 43px;
}


/* Section 4 */
#statistic_section .banner-img {
    /* background-image: url('../img/cms/statistic-banner.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: right; */
    width: auto;
    height: 214px;
}

#statistic_section .statistic-container .statistic-item:not(:nth-child(3)):not(:last-child)::after {
    content: "";
    background-color: #fff;
    height: 40px;
    width: 1px;
    display: block;
    position: absolute;
    bottom: 32px;
    left: 0;
    transform: translate(0, 50%);
}

#statistic_section .statistic-container .statistic-item {
    flex: 1 1 calc(28.333% - 10px); /* 3 columns with space accounted for the gap */
}

/* #globe_section .globe-container .globe-item {
    flex: 1 1 calc(33.333% - 10px);
} */

/* #statistic_section .statistic-container .statistic-item > div {
    left: 20px;
} */

#globe_section .banner-img {
    background-image: url('../img/cms/uploads/globe-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 80%;
    height: 100%;
    /* min-height: 665px; */
    /* max-height: 665px; */
    /*border-radius: 69px;*/
    padding: 20px;
    padding-top: 52px;
    border-radius: 45px;
}

.cms-edit-content, 
.cms-upload-img,
.cms-upload-multi-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1F4068;
    width: 29px;
    height: 29px;
}

.cms-upload-img:hover, 
.cms-edit-content:hover,
.cms-upload-multi-img:hover {
    background-color: var(--bg-quaternary);
    transition: 0.3s;
}

.cms-upload-img:hover i,
.cms-edit-content:hover i,
.cms-upload-multi-img:hover i {
    color: #FFFFFF !important;
}

img.uploaded-cms-img {
    width: 185px !important;
}

img.uploaded-cms-list-img,
img.uploaded-cms-list-img {
    width: unset !important;
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
}

img.uploaded-cms-flag-img {
    max-width: 48px;
    max-height: 48px;
}

img.uploaded-cms-app-img {
    width: 100%;
    height: 100%;
}

img.uploaded-cms-mobile-img {
    max-width: 100%;
    height: 100%;
}

/* .ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable), .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
    padding-left: 0;
} */

.ck.ck-editor__editable_inline>:last-child{
    margin: 0;
}
#statistic_section .ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable), #statistic_section .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
    padding: 0;
}

/* Section 7 */
.testimonial-sub-title > div p::before,
.testimonial-sub-title > div p::after {
    content: "";
    background-size: cover;
    display: inline-block;
    width: 46px;
    height: 31px;
    position: relative;
}

.testimonial-sub-title > div p::before {
    background-image: url('../img/cms/quote-begin.svg');
    left: 0;
    top: 5px;
    margin-left:10px;
}

.testimonial-sub-title > div p::after {
    background-image: url('../img/cms/quote-end.svg');
    right: 0;
    margin-right:10px;
}

.testimonial_section .install-app-bg {
    background-image: url('../img/cms/app-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: auto;
    height: 57vh;
    min-height: 441px;
    max-height: 441px;
}

/* Section 8 */
#contact_us_section .banner-img {
    background-image: url('../img/cms/contactus-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 1457px;
}

#contact_us_section ul.contact-us-list li a {
    font-size: 28px;
}

/* Section 9 */
.our-partners-container {
    background-color: #FFFFFF;
    width: auto;
    height: 100%;
    border: 1px solid #227AA7;
    border-radius: 67px;
    position: relative;
    top: 150px;
    z-index: 1;
}

.our_partners_section .partner-img-upload {
    max-width: 100%;
    height: 100%;
}

/* Footer CSS */
#footer_section .info-section {
    background: linear-gradient(179.88deg, #227AA7 37.65%, #72A5C0 65.94%, #D2E5EE 91.45%, #D8B747 100.79%);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 41px 0px 0px 0px;
    height: auto;
}

#footer_section .uploaded-cms-socials-img {
    max-width: 25px;
    max-height: 25px;
}


/********************************************************************************/
.sub-bg {
    background-image: url('../img/cms/contactus-bg.svg');
    background-repeat: no-repeat;
    min-height: 1200px;
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    z-index: -1;
    overflow: visible;
}

.doc-download {
    background-image: url('../../img/qistas/landing/footer-imgs/doc-download.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 30px;
    position: relative;
    display: inline-block;
}

.doc-download .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.doc-download:hover .tooltiptext {
    visibility: visible !important;
}

.doc-download:hover {
    background-image: url('../../img/qistas/landing/footer-imgs/doc-download-blue.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 25px !important;
    height: 30px !important;
    position: relative !important;
    display: inline-block !important;
}

.subscription-vertical-hr {
    border-left: 1px solid #707070;
    height: 30px;
    width: 1px;
    background-color: #707070 !important;
}

.subscription-section-title span {
    color: #D8B747;
}

.subscription-type {
    cursor: pointer;
}

.subscription-type.active {
    color: var(--text-primary);
}


.subscription-desc {
    font-size: 17px;
    line-height: 20px;
    color: #707070;
    font-family: 'CareemRegular' !important;
}

.dot-icon {
    background-color:
          #707070;
    border-radius: 50%;
    border: 1px solid #707070;
    width: 9px;
    height: 9px;
}

.subscription-hr {
    background-color: #D4BF6B;
    border-bottom: 4px solid #D4BF6B;
    width: 103px;
    margin-bottom: 20px;
}

.selected-subscription-header {
    color: #2678A5;
    font-size: 25px;
    line-height: 30px;
    font-family: 'CareemRegular';
    margin-bottom: 10px;
    /* margin-top: 20px; */
    margin-top: 0px;
}

.callus-form {
    width: 95%;
    max-width: 758px;
    box-shadow: 0px 0px 16px 0px #00000040;
    border-radius: 14px;
    opacity: 0.8;
    background-color: #FFFFFF;
    border-image-source: linear-gradient(180deg, #D1D1D1 0%, #FFFFFF 100%);
}

.callus-form input {
    width: 100%;
    height: 20px;
    border: none;
    border-bottom: 1px solid #EAEAEA;
    outline: none;
    padding:0;
}

.callus-form .arrow {
    border: solid #8F8F8F !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block !important;
    padding: 2px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    opacity: 44%;
}

.callus-form .arrow_op {
    border: solid #919191 !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block !important;
    padding: 2px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    opacity: 1 !important;
}

.callus-form .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.callus-form textarea {
    width: 100%;
    height: 31px;
    border: none;
    border: 1px solid #EAEAEA;
    outline: none;
    font-size: .875rem;
    padding: 0px 5px;
    padding-top: 6px;
    background: #F5F5F5;    
}
.callus-form textarea::placeholder{
    font-size: .875rem;
}
.callus-form select {
    width: 100% !important;
    height: 20px;
    border: none;
    border-bottom: 1px solid #EAEAEA;
    outline: none;
    background-color: transparent !important;
    transform: none;
    transition: all 100ms;
    padding:0;
}


.callus-form .dropdown-content {
    background-color: #FFFFFF !important;
    color: #A1A0A0;
    width: 100%;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    border: white;
    font-size: 13px;
    font-family: 'CareemRegular';
    opacity: 1;
    z-index: 1;
}

.send-button {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'CareemRegular';
    /* box-shadow: 0px 3px 6px 0px #00000040; */
    height: 35px;
    width: 117px;
    border-radius: 6px;
    background: linear-gradient(180deg, #227AA7 64.71%, #FFFFFF 175.82%);
}

.check-text {
    color: #919191;
    font-size: .875rem;
}

.form-text-style::placeholder {
    color: #8F8F8F;
}


.formPlaceholder::placeholder {
    letter-spacing: -1px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'CareemRegular';
    color: #8F8F8F;
}


.form-text-style {
    font-size: 15px;
    line-height: 18px;
    font-family: 'CareemRegular';
    color: #8F8F8F;
}

.placeholderStyle {
    color: #8F8F8F !important;
    font-size: .875rem !important;
    font-family: 'CareemRegular' !important;
}

/* Style for the dropdown button */
.dropbtn {
    width: 100%;
    border: none;
    cursor: pointer;
    border-bottom: 1px #EAEAEA solid;

}

/* Style for the dropdown content */
.dropdown-content {
    background-color: #FFFFFF !important;
    color: #A1A0A0;
    width: 100%;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    border: white;
    font-size: 13px;
    font-family: 'CareemRegular';
    opacity: 1;
    z-index: 1;
}

/* Style for the dropdown options */
.dropdown-content a {
    padding: 12px 16px;
    display: block;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

/* Change color on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}


.comp_scale_op {
    margin-top: 5px;
    margin-right: 10px;
    color: #A1A0A0 !important;
    font-size: 13px !important;
    font-family: 'CareemRegular' !important;
}

.comp_scale_op_placeholder {
    opacity: 1;
    color: #8F8F8F !important;
    font-size: 13px !important;
    font-family: 'CareemRegular' !important;

}

.check_box_container {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check_box_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    border-radius: 3px;
    background-color: white;
    border: 1px solid #919191;
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;

}

/* When the checkbox is checked, add a blue background */
.check_box_container input:checked~.checkmark {
    background-color: white;
    border: 1px solid #919191;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_box_container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_box_container .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid #2678A5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #919191;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.check-icon {
    width: 12px;
    height: 12px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type="checkbox"]:checked+.custom-checkbox .check-icon {
    display: block;
}

.form_hr {
    padding: 0px;
    margin: 0px;
    background-color: #A1A0A0;
}

.dropdown-toggle::after {
    display: none !important;
    margin-right: 0px !important;
    vertical-align: 0px !important;
    content: "" !important;
    border-top: 0px !important;
}

.custom-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}



#webform input::-webkit-outer-spin-button,
#webform input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#webform input[type=number] {
    -moz-appearance: textfield;
}

#webform input[type=number]::-webkit-input-placeholder,
#webform input[type=email]::-webkit-input-placeholder {
    text-align: right;
}

#webform .efd {
    font-size: 9px;
    color: #FF0000;
    font-family: 'CareemRegular';
    line-height: 10px;
    padding-top: 5px;
}



.subFormTextArea:focus::placeholder {
    color: transparent !important;
}
.subFormTextArea::placeholder {
    font-size: 15px !important;
}


.popup_title {
    font-size: 25px;
    line-height: 34px;
    color: #D8B747;
    font-family: 'CareemRegular';
}

.popup_body {
    font-size: 25px;
    line-height: 34px;
    color: #3F5B7D;
    font-family: 'CareemRegular';
}

.thankyouModal {
    margin-left: auto;
    margin-right: auto;
    width: 323px;
    height: 114px;
}


.flag-img {
    width: 21px;
    height: 21px;
}


.our-client-carousel .item {
    height: 83px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.our-client-carousel img {
    max-height: 100%; /* Ensure images fit within the item height */
    object-fit: contain; /* Scale images proportionally without cropping */
}

.line-between-img {
    position: absolute;
    left: 0;
}

.carousel-caption {
    left: unset !important;
    right: unset !important;
    margin: 0px 80px;
    z-index: 2;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .subscription-vertical-hr {
        display: none;
    }

    .our_partners_section .partner-img-upload {
        height: auto;
        min-width: 50px;
        max-width: 50px;
    }
    
    .testimonial_section .install-app-bg {
        min-height: unset;
        max-height: unset;
        width: 100%;
        /* height: 100%; */
    }

  

    .uploaded-cms-app-img {
        max-width: 60px !important;
    }


    .install-app-store {
        padding-right: 2em;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 30px;
    }

    #statistic_section .banner-img {
        height: 100%;
        background-position: right;
        min-height: 275px;
    }

    #globe_section .banner-img {
        height: 100%;
        width: 100%;
        background-position: right;
        background: url('../img/cms/sm-globe-bg.svg');
        background-repeat: no-repeat;
        background-position: right;
        border-radius: 15px;

        padding: 0;
        padding-top: 20px;
    }

    img.uploaded-cms-flag-img {
        max-width: 36px;
        max-height: 36px;
    }

    #footer_section .info-section {
        padding:5rem 0px 0px 0px;
    }

    .our-partners-container {
        top: 60px;
    }

    .install-app-text-container {
        bottom: -50px;
        right: 22%;
    }

    .carousel-caption {
        margin: 0 30px;
    }

    .about-us-title {
        margin: 0 30px !important;
    }
}

@media only screen and (max-width:700px) and (max-width:800px) {
    #about_section .about-title::after, 
    #feature_section .feature-title::after, 
    .testimonial-title::after, 
    .editor-about-title::after,
    .subscription-section-title::after {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .install-app-text-container {
        left: 60px;
        top: 40%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .install-app-text-container {
        right: 10%;
        top: 25%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .our_partners_section .partner-img-upload {
        width: 115px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .install-app-text-container {
        right: 10%;
        top: 23%;
    }

    .install-app-container {
        bottom: 55px;
    }
}

.globe-container .globe-item:not(.last):not(.first)::after{
    content: ""; width: 1px; background-color: white; height: 45px; position: absolute; top: 0px; left: -56px; 
  }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .install-app-text-container{
      top:38% !important;
    }
    .socials-div{
      display: grid;
      justify-content: end;
    }
  }
  #contact_us_form .g-recaptcha > div:first-of-type {
    position: relative;
    right: 9px;

  }
  
.captcha { 
    padding-right:10px;
}


@media only screen and (max-width: 380px) {

    .captcha{
      position: relative;
      
    }
    .captcha > div{
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      position: relative;
      right: -15px;
    } 
   
  }

  .efd-contact-us{
    color:rgb(255, 0, 0);
    font-size: 11px;
  }

/*
.subscription-title p span[style*="font-size:19px"],
.subscription-title div[style*="font-size:19px"] {
    font-size: 15px !important;
}*/

/* 834*/
/*@media only screen and (max-width: 1740px)*/
/*
@media (min-width: 1402px){
    


    .subscription-title p span[style*="font-size:30px"]{
        font-size: 27px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 19px !important;
    }

    .subscription-title p span[style*="font-size:22px"]{
        font-size: 20px !important;
    }
  }*/

/*****************************************************/
/*******************************************************/
/*****************************************************/
/*******************Media Queries************************************/

/*@media (min-width: 700px) {
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 20px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 17px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 16px !important;
    }

    .globe-container.d-flex.align-items-center{flex-wrap:nowrap !important;}
    .globe-container.d-flex.align-items-center .globe-item span {font-size:21px !important;}

    #statistic_section .banner-img{background-position: right !important;}
  }*/


  @media (min-width: 600px) and (max-width: 899px){
    /*.subscription-title p span[style*="font-size:30px"]{
        font-size: 20px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 17px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 16px !important;
    }

    .globe-container.d-flex.align-items-center{flex-wrap:nowrap !important;}
    .globe-container.d-flex.align-items-center .globe-item span {font-size:23px !important;}

    #statistic_section .banner-img{background-position: right !important;}*/


    .globe-container.d-flex.align-items-center{flex-wrap:nowrap !important;}
    .globe-container.d-flex.align-items-center .globe-item span {font-size:20px !important;}

    #statistic_section .banner-img{background-position: right !important;}
    
  }
  
  @media  (max-width: 675px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 23px !important;
    }
    .globe-container.d-flex.align-items-center .globe-item span {font-size:16px !important;}
    #globe_section .banner-img {
        background-position: center;
    }

  }
  @media (min-width: 676px) and (max-width: 700px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 23px !important;
    }
  }
  @media  (max-width: 360px){

    .globe-container.d-flex.align-items-center .globe-item span {font-size:16px !important;}
    #globe_section .banner-img div:nth-child(1) span {
        font-size:16px !important;
    }

  }
  
  @media (min-width: 900px) and (max-width: 991px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 20px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 17px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 16px !important;
    }

    .globe-container.d-flex.align-items-center{flex-wrap:nowrap !important;}
    .globe-container.d-flex.align-items-center .globe-item span {font-size:23px !important;}

    #statistic_section .banner-img{background-position: right !important;}
    
  }

   

  @media (min-width: 992px) and (max-width: 999px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 19px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 18px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 18px !important;
    }

    .globe-container.d-flex.align-items-center{flex-wrap:nowrap !important;}
    .globe-container.d-flex.align-items-center .globe-item span {font-size:23px !important;}

    #statistic_section .banner-img{background-position: right !important;}
    
  }
@media (min-width: 1000px) and (max-width: 1099px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 20px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 18px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 18px !important;
    }

    .globe-container.d-flex.align-items-center{flex-wrap:nowrap !important;}
    .globe-container.d-flex.align-items-center .globe-item span {font-size:23px !important;}

    #statistic_section .banner-img{background-position: right !important;}
    
  }

 @media (min-width: 1100px) and (max-width: 1199px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 22px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 18px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 16px !important;
    }

    .globe-container.d-flex.align-items-center .globe-item span {font-size:25px !important;}
    .globe-container.d-flex.align-items-center{flex-wrap:nowrap !important;}
  }
  @media (min-width: 1200px) and (max-width: 1299px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 23px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 18px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 18px !important;
    }

    .globe-container.d-flex.align-items-center .globe-item span {font-size:25px !important;}
    .globe-container.d-flex.align-items-center{flex-wrap:nowrap !important;}

  }

  @media (min-width: 1300px) and (max-width: 1399px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 25px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 19px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 19px !important;
    }
    .globe-container.d-flex.align-items-center .globe-item span {font-size:25px !important;}
  }

  @media  (max-width: 1400px){
    #globe_section .banner-img{
        background-size: auto !important;
    }
  }
  

  @media (min-width: 1400px) and (max-width: 1499px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 26px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 19px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 19px !important;
    }

  }

  @media (min-width: 1500px) and (max-width: 1599px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 27px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 19px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 19px !important;
    }
  }


  @media (min-width: 1600px) and (max-width: 1699px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 28px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 19px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 20px !important;
    }
  }

  @media (min-width: 1700px) and (max-width: 1812px){
    .subscription-title p span[style*="font-size:30px"]{
        font-size: 28px !important;
    }

    .subscription-title p span[style*="font-size:19px"],
    .subscription-title div[style*="font-size:19px"] {
        font-size: 19px !important;
    }

    .subscription-text p span[style*="font-size:22px"]{
        font-size: 20px !important;
    }
  }


  @media (min-width: 1813px) and (max-width: 1816px){
     
    .subscription-text p span[style*="font-size:22px"]{
        font-size: 20px !important;
    }
  }
  @media only screen and (max-width: 357px) {

    .globe-container .globe-item:not(.last):not(.first)::after {
        width: 0px !important;
    }
    
  }
/*****************************************************/
/*******************************************************/
/*****************************************************/
      
@media only screen and (max-width: 324px) {
    #statistic_section .statistic-container .statistic-item {
        flex: 1 1 calc(29.333% - 10px);
    }
}

@media only screen and (max-width: 890px)  {
    img.uploaded-cms-img{
      width: 120px !important;
    }
  }
  @media only screen and (max-width: 430px)  {
    img.uploaded-cms-img{
      width: 80px !important;
    }
  }
  