.content_sme .txthead h1 { font-size: 52px !important; font-family: 'db_heaventbold_cond'; line-height: 1.2;}
.content_sme .txthead .headline { font-size: 34px !important; font-family: 'db_heaventbold_cond'; line-height: 1.2; text-align: center;}
.text-xl {
    font-size: 40px;
}

.text-md {
    font-size: 36px;
}

.text-sm {
    font-size: 24px;
}

.breadcrumb_sme {
    background: #fff;
}

.card_item {
    height: 100%;
}

.card_in.price {
    padding-top: 30px;
    padding-bottom: 30px;
}



.page-header {
    margin: 0;
    background: #97CD1F;
    padding: 30px 0;
    border: 0;

}

.page-header h2 {
    font-family: 'db_heaventbold_cond';
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
}

.box {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20%;
    padding-right: 20%;
}

.btn-call {
    padding: 7px 7px;
    padding-left: 20px;
    font-size: 20px;
    color: #fff;
    display: block;
    border-radius: 50px;
    background: #333;
    text-align: center;
    position: relative;
    transition: all 0.2s ease;
    width: 100%;
    font-family: 'db_heaventmed_cond';
    transition: all 0.15s ease;
}

.btn-call:hover {
    background: linear-gradient(135deg, #d4ea44 0%, #a5c335 100%);
}

.btn-call:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 100%;
    background: #f00;
    top: 0;
    left: 12px;
    background: url(../images/phone-call-01.svg) center no-repeat;
    background-size: contain;
    transition: all 0.15s ease;
}

.btn-call:hover:before {
    left: calc(50% - 12px);
}

.btn-call:hover span {
    opacity: 0;
}

.highlight-features {
    background: url("../../internetservices/sme-corporate-internet/images/features-cover.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.highlight-features .card_in {
    padding: 0;
}

.highlight-features .card_in ul {
    padding: 0;
}

.highlight-features .card_in ul>li {
    padding-left: 30px;
    font-size: 18px;
    padding-bottom: 10px;
}

.highlight-features .card_in ul li:before {
    left: 0;
}

.highlight-features .item-list {
    background: #fff;
    display: flex;
    padding: 30px;
    height: 100%;
    
}
.highlight-features .item-list:hover {
    background: #fff;
    display: flex;
    padding: 30px;
    height: 100%;
    box-shadow: -1px 1px 32px -4px rgba(0,0,0,0.5);
}


.highlight-features .item-list .item-left {
    position: relative;
    display: inline-block;
    width: 160px;
    margin-right: 30px;
    vertical-align: top;
    margin: 10px 0;
    text-align: center;
}
.highlight-features .item-list .item-img {
    background-color: #fff;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 3px solid #97CD1F;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    padding: 30px 10px;
    
    text-align: center;
    /* box-shadow: 3px 4px 10px rgb(0 0 0 / 25%); */
}
.highlight-features .item-list img {

    max-height: 50px;
    max-width: 94px;
    width: auto;

  
}
.highlight-features .item-list .item-content {
    margin-left: 30px;
}

.highlight-features .item-list .item-content h3 {
    font-family: 'db_heaventmed_cond';
    font-size: 24px;
    padding-bottom: 10px;

}

.one-stop-business {
    background: url("../../internetservices/sme-corporate-internet/images/ais-one-stop-cover.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.one-stop-business h2 {
    font-family: 'db_heaventbold_cond';
    font-size: 26px;
    color: #fff;
    padding-bottom: 40px;
}

.one-stop-business .item-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.one-stop-business .item-list .item-content {
    font-family: 'db_heavent_cond';
    font-size: 20px;
    color: #fff;

}

.one-stop-business .item-img {
    width: 100px;
    height: 100px;
    background: #fff;
    margin-right: 20px;

    border-radius: 100px;
    border: 3px solid #97CD1F;

}

.one-stop-business .item-img img {
    margin: 0 auto;
    padding: 20px;
}

.service_features {
    padding-top: 30px;

}

.service_features .box_container {

    text-align: center;
    padding: 70px 30px;
}

.service_features .box_container .box_content .box_service_img {
    border-radius: 100px;
    height: 150px;
    width: 150px;
    padding-top: 20px;
    background: linear-gradient(180deg, #82CD47 0%, #54B435 100%);
    box-shadow: 0px 8px 15px rgba(255, 255, 255, 0.5);
    text-align: center;
    border: 5px solid #fff;
    margin-bottom: 20px;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.service_features .box_container .box_content .box_service_img:hover {
    transform: translatey(-10px);
}
.service_features .box_container .box_content {
    vertical-align: middle;
    margin: 0 auto;
}

.service_features .box_container .box_content .box_title h2 {
    color: #97CD1F;
    font-size: 40px;
    margin-top: 15px;
    font-family: 'db_heaventbold_cond';
    text-transform: uppercase;
}


.service_features .box_container .box_content p {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    font-family: 'db_heaventbold_cond';
}

.services_block {
    padding-top: 50px;
    padding-bottom: 50px;

}

.one-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.two-block {
    display: flex;
    flex-direction: row-reverse;

}

.services_block .content_service {
    flex: 0 0 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}



.services_block .content_service h2 {
    font-family: 'db_heaventbold_cond';
    font-size: 32px;
    text-align: left;
    padding-bottom: 20px;
}

.services_block .content_service p {
    font-family: 'db_heaventmed_cond';
    font-size: 20px;
    text-align: left;
    color: #555;
}

.services_block .btn-register-social {
    font-family: 'db_heaventbold_cond';

    font-size: 26px;
    background: linear-gradient(180deg, #82CD47 0%, #54B435 100%);

    border-radius: 16px;
    color: #fff;
    padding: 20px;
    margin-top: 20px;

}

/* section contact us */
.contact_us {
    background: #fff;
}

.contact_us .contact_us_in {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 35% 65%;
}


.contact_us .contact_info {
    background: url("../images/contact-form-background.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    padding: 30px 15px;
}

.contact_us .contact_info h2 {
    color: #fff;
    font-size: 45px;
    margin-top: 15px;
    font-family: 'db_heaventbold_cond';
}

.contact_us .contact_info p {
    color: #fff;
    font-size: 17px;
    font-family: 'db_heavent_cond';
    margin-top: 8px;
}

.contact_us .contact_form {
    padding: 50px 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}

.contact_us .wrap_form {
    width: 100%;
    /*background: #ccc;*/
}

.contact_us .wrap_form_in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.contact_us .wrap_form_in .contact-input {
    display: block;
    flex: 0 0 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact_us .wrap_form_in .contact-textarea {
    flex: 0 0 100%;
    padding: 0 10px;
}

.contact_us .wrap_form_in .contact-input input {
    font-family: 'db_heaventmed_cond';
    width: 100%;
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 19px;
    outline: none;
}

.contact_us .wrap_form_in .contact-input select {
    font-family: 'db_heavent_cond';
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 19px;
    outline: none;
    background: #f6f6f6 url(../../itanddigitalsolution/smartmpbx/images/contact_arrow.svg) right 20px center no-repeat;
}

.contact_us .wrap_form_in .contact-textarea textarea {
    font-family: 'db_heavent_cond';
    width: 100%;
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 19px;
    outline: none;
}

.contact_us .wrap_form_in .contact-input input::placeholder {
    color: #707070;
    font-family: 'db_heavent_cond';
}

.contact_us .wrap_form_in .contact-submit {
    margin-top: 30px;
}

.contact_us .wrap_form_in .contact-submit button {
    cursor: pointer;
    transition: all 0.15s ease;
    border: none;
    background: #515152;
    font-family: 'db_heaventmed_cond';
    font-size: 25px;
    color: #fff;
    padding: 10px 100px;
    border-radius: 8px;
}

.contact_us .wrap_form_in .contact-submit button:hover {
    background: #000;
}


.contact_us .submit3 {
    cursor: pointer;
    transition: all 0.15s ease;
    border: none;
    background: #515152;
    font-family: 'db_heaventmed_cond';
    font-size: 25px;
    color: #fff;
    padding: 10px 100px;
    border-radius: 8px;
}

.contact_us .wrap_form_in .contact-submit {
    margin-top: 30px;
}



.corporate-benefit {
 
background: linear-gradient(180deg, rgba(168, 255, 137, 0.51) 0%, rgba(99, 135, 87, 0) 71.14%);
padding: 70px 0 ;
}
.corporate-benefit  .benefit-content {
    text-align: center;
}
.corporate-benefit .benefit-content h3 {
    font-family: 'db_heaventbold_cond';
    font-size: 48px;
    color:#000;
    padding-bottom: 20px;
}

.corporate-benefit .benefit-content h2 {
    font-family: 'db_heaventbold_cond';
    font-size: 56px;
    color:#fff;
    margin: 0;

   
}

.corporate-benefit .benefit-content .benefit-dicount {
    background: linear-gradient(180deg, #2B8202 50.42%, rgba(27, 85, 0, 0.91) 100%);
    border-radius: 16px ;
    padding: 20px 30px;
    display: inline-block;
    margin-bottom: 10px;
    -

}
.corporate-benefit .middle-block {
    width: 660px;
    margin: 0 auto;
}
.corporate-benefit .benefit-img {
    display: flex;
    justify-content: center;
    padding:0 30px;

}
.corporate-benefit .benefit-gift {
    padding: 70px 0;
}
.corporate-benefit .benefit-img .item-img {
    padding: 0 15px;
}
.corporate-benefit .benefit-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.corporate-benefit .benefit-detail img {
    padding: 10px 0;
    width: 90%;
}
.corporate-benefit .benefit-cta {
    text-align: center;
}
.corporate-benefit .benefit-cta .btn-register-package {
    display: inline-block;
    background: #2D2D2D;
    margin: 0 auto;
    color: #fff;
    font-size: 40px;
    padding: 8px 45px;
    border-radius: 50px;
    display: inline-block;
    font-family: 'db_heaventbold_cond';
}

.corporate-benefit .benefit-cta .btn-register-package:hover {
    color: #000;
    background: linear-gradient(135deg, #d4ea44 0%,#a5c335 100%);
    box-shadow: 0 0 25px rgb(196 218 63);
}
.corporate-benefit .benefit-cta .btn-register-package:hover span {
    color: #000;
}
.corporate-benefit .benefit-cta .btn-register-package span {
    color:#97CD1F;
}
.contact_us input,
.contact_us select,
.contact_us textarea,
.contact_us button {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

.contact_us select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.contact_us select::-ms-expand {
    display: none;
}

.contact_us textarea {
    resize: none;
}

.contact_us .container-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    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 */
.contact_us .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.contact_us .test33 {
    display: none;
}

/* Create a custom checkbox */
.contact_us .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.contact_us .container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contact_us .container-checkbox input:checked~.checkmark {
    background-color: #95D200;
}

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

/* Show the checkmark when checked */
.contact_us .container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contact_us .container-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The container */
.contact_us .container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    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 radio button */
.contact_us .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.contact_us .container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contact_us .container-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contact_us .container-radio input:checked~.checkmark {
    background-color: #2196F3;
}

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

/* Show the indicator (dot/circle) when checked */
.contact_us .container-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.contact_us .container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.modal1:target {
    opacity: 1;
    pointer-events: auto;
    background: rgba(43, 46, 56, .9);
}

.modal1 {
    background: rgb(0 0 0 / 89%);
    border: none;
    width: 100%;
    height: 100vh;
    display: none;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    /* pointer-events: none; */
    z-index: 1000;
    overflow: auto;

}

.modal1-container {

    width: 25%;
    padding: 0 2rem 2rem;
    border-radius: 10px !important;
    font-size: 17px;
    background-color: #f5f5f5;
    box-shadow: #b3d334ad 0px 0px 26px;
    z-index: 1;
}

@media (max-width: 700px) {

    .modal1-container {

        width: 95%;
        font-size: 11px;
        border-radius: 10px !important;
        z-index: 1;

    }
}

.modal1-header {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin-top: 0rem;
    margin-bottom: 0rem;
    z-index: 1;
}

.close1-button {
    font-size: 2rem;
    float: right;
}

.modal1-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.modal1 p {
    line-height: 1.5;
}

#tallModal .modal-body p {
    margin-bottom: 900px
}

.submit3 {
    cursor: pointer;
    transition: all 0.15s ease;
    border: none;
    background: #3A4C52;
    font-family: 'db_heaventmed_cond';
    font-size: 25px;
    color: #fff;
    padding: 10px 100px;
    border-radius: 8px;
}

.modal1-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.contact_us .txtcontact_cf {
    font-size: 14px;
    font-family: 'db_heaventmed_cond';
}

.contact_us .textmodal1 {
    font-family: 'db_heaventmed_cond';
    font-size: 18px;
}

@media (max-width: 1599px) {
    .contact_us .wrap_form_in .contact-input input {
        font-size: 17px;
    }
    .content_sme .txthead h1 { font-size: 48px !important; font-family: 'db_heaventbold_cond'; line-height: 1.2;}
    .content_sme .txthead .headline { font-size: 32px !important; font-family: 'db_heaventbold_cond'; line-height: 1.2; text-align: center;}

}


@media (max-width: 1199px) {
    .contact_us .contact_us_in {
        grid-template-columns: auto;
    }
    .content_sme .txthead h1 { font-size: 42px !important; font-family: 'db_heaventbold_cond'; line-height: 1.2;}
    .content_sme .txthead .headline { font-size: 30px !important; font-family: 'db_heaventbold_cond'; line-height: 1.2; text-align: center;}

    .contact_us .contact_info h2 {
        font-size: 35px;
    }

    .contact_us .contact_info p {
        font-size: 19px;
    }
    
}


    @media (max-width: 991px) {
        .highlight-features {
            padding: 30px 0 20px;
        }
        h3.txtsize {
            font-size: 18px!important;
        }
        
        .highlight-features .item-list {
            flex-direction: column;
            padding:10px 0;
           
        }
        .highlight-features .item-list:hover {
            flex-direction: column;
            padding:10px 0;
            
        }
        .highlight-features .card_in ul>li {
            font-size: 16px;
        }
        .highlight-features .item-list .item-left {
            width: auto;
            margin-bottom: 20px;
        }
        .highlight-features .item-list .item-img {
            margin: 0 auto;
        }
        .highlight-features .item-list .item-content h3 {
            font-size: 20px;;
        }
        .service_features .box_container {
            padding-top:30px;
            padding-bottom:30px;
        }
        .service_features .box_container .box_content .box_title h2 {
            font-size: 35px;;
        }
        .services_block {
            grid-template-columns: 1fr;
        }
        .one-stop-business .item-list {
            flex-direction: column;
            
        }
        .one-stop-business .item-list .item-img {
            margin-bottom: 20px;
            width: 150px;
            height: 150px;
            
        }
        .one-stop-business .item-img img {
            padding: 40px;
        }
        .one-stop-business h2 {
            text-align: center;
        }
        .one-stop-business .item-list .item-content {
            font-size: 18px;
            text-align: center;
        }
        .corporate-benefit .benefit-gift {
            padding: 30px 0;
        }
        .corporate-benefit .benefit-content h3 {
            font-size: 24px;
        }
        .corporate-benefit .middle-block {
            width: 100%;
        }
        .corporate-benefit .benefit-detail {
            justify-content: center;
            align-items: center;
        }
        .corporate-benefit .benefit-detail img {
            width: 100%;
        }
        .corporate-benefit .benefit-img {
            flex-direction: column;
        }
        .corporate-benefit .benefit-gift .item-img img {
            width: 80%;
        }
        .corporate-benefit .benefit-content h2 {
            font-size: 30px;
        }
        .corporate-benefit .benefit-cta .btn-register-package {
            font-size: 22px;
        }

        .contact_us .contact_form {
            padding: 50px 15px;
        }

        .content_sme .txthead h1 { font-size: 40px !important; font-family: 'db_heaventbold_cond'; line-height: 1.2;}
        .content_sme .txthead .headline { font-size: 28px !important; font-family: 'db_heaventbold_cond'; line-height: 1.2; text-align: center;}
    }


    @media (max-width: 575px) {
        .content_service {
            padding: 10px;
        }

        .contact_us .wrap_form_in .contact-input {
            flex: 0 0 100%;
        }

        .contact_us .wrap_form_in .contact-submit button {
            font-size: 21px;
        }
        .content_sme .txthead h1 { font-size: 38px !important; font-family: 'db_heaventbold_cond'; line-height: 1.2;}
        .content_sme .txthead .headline { font-size: 26px !important; font-family: 'db_heaventbold_cond'; line-height: 1.2; text-align: center;}
    }


/* Animate */
.fade-in {
    animation: fade-in 2s linear ;
  }
  @keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  