body{
    font-family: "Montserrat", sans-serif;
}

a{
    text-decoration: none;
    color: #444;
}

.btn:focus, .btn:visited, .btn:active,button:focus, button:visited, button:active, .form-control:visited, .form-control:focus, .form-control:active{
    outline: none;
    box-shadow: none;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
}

p{
    margin: 0px;
}

.bg-cover{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header{
    padding: 10px 0px;
}

.header-logo h3{
    font-size: 26px;
    font-weight: 700;
    color:#000;
}

.header-logo img{
    height: 80px;
}

.header-nav{
    text-align: center;
}

.header-nav ul li{
    display: inline-block;
    padding: 6px 15px;
}

.header-nav ul li a{
    font-size: 15px;
    font-weight: 500;
    color: #2b2b2b;
}

.main-btn{
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #107bc5;
    background-color: #107bc5;
    border-radius: 4px;
    transition:all 0.3s ease-in-out;
}

.main-btn:hover{
    background-color: #fff;
}

.home-banner{
    padding-top: 120px;
}

.inner-banner{
    padding: 160px 0px;
}

.bg-grad{
    background: linear-gradient(#ffffff 55%, #107bc5 93%);
}

.home-banner-content{
    text-align: center;
}

.home-banner-content h1{
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 20px;
}

.home-banner-content h4{
    font-size: 24px;
    margin-bottom: 30px;
}

.hero-banner{
    margin-top: 40px;
    margin-bottom: -130px;
}

.section-pad{
    padding:120px 0px;
}

.benefit-section{
    padding-top: 300px;
}

.benefits-bx{
    position: relative;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 1px 1px 25px 1px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #f0f6fa;
    margin-bottom: 20px;
}

.benefits-bx span{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: -74px;
    background-color: #bfd9e1;
}

.benefits-bx-cont{
    width: calc(100% - 110px);
}

.benefits-bx-cont h4{
    font-weight: 700;
    font-size: 28px;
}

.benefits-bx-cont p{
    font-size: 14px;
}

.benefit-content h4{
    font-size: 24px;
    width: 75%;
}

.benefit-text{
    margin-top: 40px;
}

.benefit-text p{
    font-size: 24px;
    font-weight: 500;
    margin: 0px auto;
}

.pricing-bx-area{
    align-items: center;
    flex-direction: row;
    width: 600px;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
}

.pricing-bx{
    width: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border: 1px solid #dddedf;
    border-radius: 4px;
    row-gap: 30px;
    z-index: 10;
    background-color: #ffffff;
}

.pricing-bx-top-content h4{
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 16px;
}

.pricing-bx-top-content h5{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.pricing-bx-top-content h4 sup{
    font-size: 14px;
}

.pricing-bx-top-content h4 sup.top{
    top: -30px;
}

.pricing-bx-top-content p{
    font-size: 20px;
    margin-bottom: 10px;
}

.pricing-includ-feature{
    width: 50%;
    padding: 40px 25px;
    height: 450px;
    background-color: #fafafa;
    margin-left: -2px;
    border: 1px solid #dddedf;
    border-radius: 4px;
    align-self: center !important;
    align-items: center;
    justify-content: center;
    row-gap: 25px;
    position: relative;
}

.offer-label{
    position: absolute;
    top: -65px;
    right: -50px;
    width: 130px;
    height: 130px;
    background-color: #ff7f50;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 100%;
    transform: rotateZ(12deg);
    color: #fff;
}

.pricing-includ-feature ul li i{
    color: #178712;
}

.pricing-includ-feature ul li{
    font-size: 14px;
    padding-bottom: 10px;
    display: flex;
    gap: 8px;
    font-size: 13px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h3{
    font-size: 40px;
    font-weight: 700;
    color: #2b2b2b;
}

.section-header h4{
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    margin: 20px 0px;
}

.section-header p{
    font-size: 14px;
}

.pricing-bx ul{
    margin-bottom: 30px;
}

.pricing-bx ul li i{
    color: #178712;
    margin-right: 8px;
}

.pricing-bx ul li{
    font-size: 14px;
    margin-bottom: 10px;
}

.pricing-bx-top-content{
    text-align: center;
}

.offer-label p{
    font-size: 14px;
    font-weight: 700;
}

.offer-label h4{
    font-size: 32px;
    font-weight:700;
}

.contact-hosting-partner{
    padding: 25px;
    border: 1px solid #dddedf;
    margin-top:30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hosting-partner-content h4{
    font-size: 24px;
    font-weight: 700;
}

.hosting-partner-content p{
    font-size: 20px;
}

.contact-hosting-partner .main-btn{
    white-space: nowrap;
    border: 2px solid #2b2b2b;
    background-color: #fff;
    border-radius: 4px;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.contact-hosting-partner .main-btn:hover{
    border: 2px solid #107bc5;
    background-color: #107bc5;
}

.table{
    text-align: center;
    border: 2px solid #dddedf;
}

.table th{
    font-size: 18px;
    background-color: #107bc5;
    color: #fff;
    padding: 10px;
}

.table td{
    font-size: 16px;
    padding: 10px;
}

.table td .free{
    color: #178712;
}

.table td .no{
    color: #ff0000;
}

.superior-section{
    position:relative;
    padding:60px 0px;
    margin:80px 0px;
}

.superior-section::before{
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #107bc5;
    border-radius: 40px 0px 0px 40px;
}

.superior-section.left::before{
    right: auto;
    left:0;
    border-radius: 0px 40px 40px 0px;
}

.superior-section .superior-content{
    padding-right: 40px;
}

.superior-section.left  .superior-content{
    padding-right: 0px;
    padding-left: 40px;
}

.superior-img{
    position: relative;
}

.superior-content h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #2b2b2b;
    margin-bottom: 30px;
}

.superior-content p{
    font-size: 16px;
    margin-bottom: 20px;
}

.success-stories{
    border-radius: 25px;
    background-color: #d1f8ff;
}

.success-stories-img img{
    width: 100%;
}

.success-stories-content{
    padding:25px 30px;
}

.success-stories-content h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.success-stories-content h5{
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.success-stories-content p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.success-stories-content .btn{
    border: 2px solid #2b2b2b;
    border-radius: 4px;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out;
}

.success-stories-content .btn:hover{
    background-color: #107bc5;
    border-color: #107bc5;
}

.footer{
    padding: 80px 0px;
    background-color: #002447;
    border-radius: 40px 40px 0px 0px;
}

.footer-logo{
    margin-bottom: 30px;
}

.footer-logo h3{
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.footer-bx h4{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.footer-bx ul li{
    padding-bottom: 10px;
}

.footer-bx ul li a{
    color: #fff;
    font-size: 14px;
}

.footer-top{
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #fff;
}

.footer-bottom-content h4{
    font-size: 14px;
    color: #a5a5a5;
    margin-bottom: 10px;
}

.footer-bottom-content p{
    font-size: 12px;
    color: #a5a5a5;
}

.social-icon{
    text-align: right;
}

.social-icon ul li{
    display: inline-block;
    padding-left: 15px;
}

.social-icon ul li a{
    display: inline-block;
    color: #fff;
    font-size: 24px;
}

.knowledge-base-bx{
    text-align: center;
}

.knowledge-base-bx img{
    max-width: 100%;
}

.knowledge-base-bx h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.knowledge-base-bx a{
    font-size: 14px;
    color: #107bc5;
    text-decoration: underline;
}

.core-values-bx{
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 30px;
    min-height: calc(100% - 30px);
}

.core-values-bx img{
    height: 4rem;
    margin-bottom: 20px;
}

.core-values-bx h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.core-values-bx p{
    font-size: 14px;
}

.team-bx{
    text-align: center;
}

.team-bx h2{
    font-size: 46px;
    font-weight: 800;
    color: #107bc5;
    margin-bottom: 20px;
}

.blog-bx{
    padding:16px;
    box-shadow: 0px 0px 10px #0000001a;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-bx img{
    width: 100%;
    margin-bottom: 20px;
}

.blog-bx h4{
    font-size: 16px;
    font-weight: 600;
    color:#444;
    margin-bottom: 10px;
}

.blog-bx h3{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

.blog-bx p{
    color: #777777;
}

.blog-bx-content{
    padding-top: 20px;
    margin-top: 20px;
    border-top:1px solid #ccc;
}

.blog-bx-content h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-bx-content p{
    margin-bottom: 30px;
}

.blog-inner-banner{
    padding: 40px 0px 25px;
    background-color: #107bc5;
}

.blog-inner-banner h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trigger-btn{
    font-size: 20px;
    color: #5e5e5e;
}

.pricing-table{
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000014;
}

.pricing-table h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.bx-icon{
    margin-bottom: 20px;
}

.bx-icon i{
    font-size: 20px;
    color: #107bc5;
    margin: 0px 4px;
}

.bx-icon i.light{
    color: #107bc5a6;
}

.pricing-table p{
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}

.pricing-table h2{
    font-size: 56px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.pricing-table h2 sup{
    font-size: 14px;
    font-weight: 500;
}

.pricing-table h4{
    font-size: 16px;
    font-weight: 600;
    color: #848484;
    margin-bottom: 20px;
}

.pricing-table ul{
    margin: 20px 0px;
}

.pricing-table ul li{
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.pricing-table ul li .fa-check{
    color: #178712;
}

.buy-btn{
    display: block;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #107bc5;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}