.h1, .h2, h1, h2 {
    font-weight: 700;
}
body, ul {
    margin: 0;
}
a, p {
    color: #000;
    font-family: var(--font-Montserrat);
}
.ban-ttl{
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 400;
    color: white;
}

.ban-h1 {
    /* max-width: 370px; */
    margin: 0;
    font-size: 36px;
    /* color: #123455; */
    color: white;
    line-height: 1.3;
    font-weight: 700;
}

.re-ban-list-1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #394E63;
}

.ban-list-1 li {
    display: flex;
    width: 100%;
    position: relative;
    font-size: 15px;
    align-items: center;
    position: relative;
    padding: 0 6px 10px 4px;
    text-align: left;
}

.ban-list-1 li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 11px;
    height: 9px;
    background: url(img/check-mark.svg) no-repeat;
    background-size: auto;
    /* content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/check_circle.png);
    width: 24px;
    height: 24px;
    background-position: center center; */
}
.ban-list-1 li span {
    display: inline-block;
    margin-left: 6px;
    font-size: 16px;
    color:white;
}
.ban-price-row{
    padding-bottom: 22px;
}
.ban-hov-btn {
    position: relative;
    display: inline-block;
    transition: all .3s ease;
    border-bottom: 1px dashed;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.4;
}
.ban-price {
    color:white;
    font-size: 20px;
    line-height: 1.1;
    display: flex;
    align-items: center;
}
.ban-price1 {
    padding-top: 18px;
}

.ban-price1 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 6px;
    padding-top: 18px;
}
.mw-ban-price span {
    font-size: 24px;
    position: relative;
    vertical-align: super;
    top: -7px;
    font-weight: 600;
}

.ban_month_free {
    font-size: 20px;
    color: #007FFF;
    font-weight:700;
    margin-top: -25px;
    padding-bottom: 22px;
}

.ban-btn {
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    padding: 17px 39px;
    background: #077FFF;
    color: #fff;
    transition: all .3s ease-in-out;
    text-align: center;
    letter-spacing: .6px;
    margin-bottom: 16px;
    margin-right: 16px;
}

.ban-guarantee-icon {
    padding-right: 6px;
    display: inline-block;
    position: relative;
    top: 1px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.ban-guarantee{
    color: #123455;
}

.ban-img {
    display: flex;
    align-items: end;
    justify-content: center;
    margin: auto;
    position: relative;
    background: unset;
}
.ban-img::before {
    content: "";
    position: absolute;
    left: 53%;
    top: 50%;
    background: url(img/80-img.png) no-repeat center center;
    transform: translate(-50%, -50%);
    background-size: contain;
    width: 50vw;
    aspect-ratio: 59 / 27;
    max-width: 70%;
    height: auto;
    animation: scaleIn .5s cubic-bezier(.25,.1,.25,1) forwards, scaleInSecond .5s cubic-bezier(.25,.1,.25,1) forwards;
    animation-delay: .5s, 2.5s;
    animation-iteration-count: 1, 1;
}
.ban-img img {
    vertical-align: middle;
}

.ho-rating{
    justify-content: space-between;
    align-items: end;
}

.ho-rating-slider{
    overflow: hidden;
    max-width: 860px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}
.ho-rating-col {
    width: auto;
}

.sections-space {
    padding: 45px 0;
}

.title-center {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px;
}

.dm-h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    color: #123455;
}

.dm-p {
    color: #394E63;
    font-size: 16px;
    margin: 0;
    padding-top: 15px;
}

.ho-renowned-box {
    flex: 1;
    margin-bottom: 28px;
    border-radius: 40px;
}
.ho-renowned-box-content {
    max-width: 382px;
    margin: auto;
}

.dm-h3 {
    font-weight: 700;
    font-size: 25px;
    /* color: #123455; */
    margin: 0;
}

.ho-renowned-boxs{
    border-radius: 40px;
    background: #94A1DD;
}

.dm-renowned-box{
    border-radius: 40px;
    padding-top: 60px;
    padding-bottom:60px;
    padding-left:22px;
    padding-right:10px;
}

.gd-flip-card {
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.gd-flip-card-inner {
    position: relative;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.gd-flip-card-back, .gd-flip-card-front, .gd-flip-card-inner {
    height: 100%;
    width: 100%;
    display: flex;
}

.gd-flip-card-back, .gd-flip-card-front {
    position: absolute;
    transition: all .3s ease-in-out;
    z-index: 2;
    justify-content: center;
    align-items: center;
    /* backface-visibility: hidden; */
    background: #C4F1FB;
    border-radius: 40px;
}

.ho-renowned-box {
    flex: 1;
    margin-bottom: 28px;
    border-radius: 40px;
}
.ho-renowned-border {
    border-bottom: 1px dashed #000;
    display: inline;
}

.gd-flip-card-box-content {
    padding: 18px 6px 16px 20px !important;
}
.gd-flip-card-back {
    /* opacity: 0; */
    transform: rotateY(180deg);
    z-index: 1;
    background: #B0D3EE;
    border-radius: 40px;
}

.ho-shadow {
    position: relative;
    z-index: 0;
}

.ho-box {
    border: 1px solid #D4D4D8;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 42px 32px 30px;
}

.ho-h4 {
    font-size: 16px;
    font-weight: 700;
    color: #123455;
    padding-bottom: 6px;
}

.dm-h4-p {
    color: #394E63;
    font-size: 14px;
    margin: 0;
}

/* .ho-shadow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 320px;
    z-index: 1;
    background: linear-gradient(0deg, #fff 39%, rgba(255, 255, 255, .4944698033707865) 100%);
} */

.ho-btn {
    z-index: 55;
    position: absolute;
    bottom: -80px;
}

.dm-btn {
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    padding: 17px 39px;
    background:#007FFF;
    color: #fff;
    transition: all .3s ease-in-out;
    text-align: center;
    letter-spacing: .6px;
}

.dm-h4 {
    font-weight: 700;
    font-size: 18px;
    color: #123455;
    margin: 0;
}

.boxed-1{
    padding: 36px;
    border-radius: 40px;
    background-color: #f0f0ff;
}

.boxed-2{
    padding: 36px;
    border-radius: 40px;
    background-color: #eaeff5;
    margin-top: 24px;
}

.boxes-1{
    padding: 36px;
    border-radius: 40px;
    background-color: #c4f1fb;
    width: 600px;
}

.boxes-2{
    padding: 36px;
    border-radius: 40px;
    background-color: #D1FBE0;
    width: 600px;
}

.boxeds-2{
    gap: 24px;
    /* margin-top: 24px; */
}


/* faq */

.accordion{
    margin-left: auto;
    margin-right: auto;
}

.accordion .accordion-item {
    border: transparent !important;
    background-color: transparent !important;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    /* color: #7288a2; */
    font-size: 20px;
    font-weight: 700;
    border: none;
    background: none;
    outline: none;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] {
    color: #03b5d2;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
  }
  


/* response */

@media (min-width: 1025px) {
    /* .ban-h1 {
        max-width: 450px;
    } */
}
@media (max-width: 1450px) {
    .ban_month_free {
        margin-top: -15px;
    }
}

.sub-footer-section {
    display: flex;
    justify-content: space-evenly;
}

.sub-footer-section1 {
    width: 22%;
}

@media (max-width:992px) {
    .ban-list-1 li span {
        font-size: 12px;
    }
    .ban-h1 {
        font-size: 24px;
    }
    .ban-price {
        font-size: 16px;
    }
    .ban_month_free {
        font-size: 16px;
    }
    .ban-btn {
        padding: 12px 30px;
    }
    .ban-guarantee {
        font-size: 12px;
    }
    .choose-plan span {
        font-size: 12px;
    }
    .h2, h2 {
        font-size: 26px !important ;
    }
    .navbar__top a, .old-price .price-title {
        font-size: 16px;
    }
    .banner-page-left ul li, .btn-primary, .h6, .old-price .year, .view-more-btn, a, h6, p {
        font-size: 12px;
    }
    .choose-plan-wraper ul li {
        margin-bottom: 10px;
        padding-left: 27px;
        position: relative;
    }
    .choose-plan-wraper ul li, .choose-plan-wraper ul li b, .choose-plan-wraper ul li span {
        font-size: 10px !important;
    }
    .choose-plan-wraper ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 16px;
        height: 16px;
    }
    .dm-h3 {
        font-size: 14px;
    }
    .dm-p {
        font-size: 12px;
    }

    .boxed-2 {
        margin-bottom: 20px;
    }
    
   
    .dm-h2 {
        font-size: 24px;
    }
    .accordion button {
        font-size: 16px;
    }
    .dm-h4 {
        font-size: 14px;
    }
    .ho-h4 {
        font-size: 12px;
    }
    .dm-h4-p {
        font-size: 12px;
    }
    .footer-contact a {
        font-size: 30px;
    }
    .h4, h4 {
        font-size: 14px !important;
    }
    .partner-section {
        display: flex;
        gap: 10px !important;
        margin-bottom: 14px;
        padding: 0 !important;
      }
      .partner-section img {
        height: 38px !important;
      }

      .partner-section h3 {
        margin-top: 6px !important;
        font-size: 16px !important;
      }

      .partner-points {
        margin-left: 0%;
      }
      .partner-span {
        text-decoration: none;
        font-size: 12px;
      }
      .box-content img {
        width: 40px !important;}

    .box-content {
        padding: 12px 14px !important;
    }

    .box-content h3 {
        font-size: 16px !important;
    }
    .price-title {
        font-size: 14px !important;
      }
      .box-content p {
        font-size: 14px !important;
      }
      .free-website{
        margin-top: 80px;
    }
    .chosse-plan-p {
        font-size: 12px;
      }
      .carded {
        padding: 4px 16px !important;
        border-radius: 12px;
        margin-bottom: -2%;
        border: none;
        color: white;
      }
      .h3, h3 {
        font-size: 16px !important;
      }
      .banner-page-left ul li, .btn-primary, .h6, .old-price .year, .view-more-btn, a, h6, p {
        font-size: 11px !important;
      }
      .read-btn{
        padding-top: 16px !important;
        padding-bottom: 32px !important;
      }
      .dm-btn {
        padding: 10px 18px !important;
      }
}

@media (max-width:768px) {
    .carded {
        padding: 4px 16px;
        border-radius: 12px;
        margin-bottom: -2%;
        border: none;
        color: white;
      }
    .chosse-plan-p {
        font-size: 12px;
      }
    .free-website{
        margin-top: 80px;
    }
    .ban-list-1 li span {
        font-size: 12px;
    }
    .ban-h1 {
        font-size: 24px;
    }
    .ban-price {
        font-size: 16px;
    }
    .ban_month_free {
        font-size: 16px;
    }
    .ban-btn {
        padding: 12px 30px;
    }
    .ban-guarantee {
        font-size: 12px;
    }
    .choose-plan span {
        font-size: 12px;
    }
    .h2, h2 {
        font-size: 26px !important ;
    }
    .navbar__top a, .old-price .price-title {
        font-size: 16px;
    }
    .banner-page-left ul li, .btn-primary, .h6, .old-price .year, .view-more-btn, a, h6, p {
        font-size: 12px;
    }
    .choose-plan-wraper ul li {
        margin-bottom: 10px;
        padding-left: 27px;
        position: relative;
    }
    .choose-plan-wraper ul li, .choose-plan-wraper ul li b, .choose-plan-wraper ul li span {
        font-size: 10px !important;
    }
    .choose-plan-wraper ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 16px;
        height: 16px;
    }
    .dm-h3 {
        font-size: 14px;
    }
    .dm-p {
        font-size: 12px;
    }

    .boxed-2 {
        margin-bottom: 20px;
    }
    
   
    .dm-h2 {
        font-size: 24px;
    }
    .accordion button {
        font-size: 16px;
    }
    .dm-h4 {
        font-size: 14px;
    }
    .ho-h4 {
        font-size: 12px;
    }
    .dm-h4-p {
        font-size: 12px;
    }
    .footer-contact a {
        font-size: 30px;
    }
    .h4, h4 {
        font-size: 14px !important;
    }
    .partner-section {
        display: flex;
        gap: 10px;
        margin-bottom: 14px;
        padding: 0;
      }

      .partner-points {
        margin-left: 0%;
      }
      .partner-span {
        text-decoration: none;
        font-size: 12px;
      }
      .box-content img {
        width: 40px;}

    .box-content {
        padding: 12px 14px;
    }

    .box-content h3 {
        font-size: 16px;
    }
    .price-title {
        font-size: 14px !important;
      }
}

@media (max-width:575px) {
    .title-center {
        padding-bottom: 14px;
      }
    .read-btn{
        padding-top: 16px !important;
        padding-bottom:54px !important;
    }
    .dm-btn {
        padding: 6px 20px !important;
    }
    .ho-box {
        padding: 14px 32px 14px;
      }
    .carded-row{
        background-image: linear-gradient(180deg, white 24%, #79839b) !important;
    }
    .card-row-2{
        background-image: linear-gradient(180deg, white 24%, #42779b) !important;
        flex-wrap: wrap-reverse !important;
    }
    .card-row-3{
        background-image: linear-gradient(180deg, white 24%, #2761d2) !important;
    }
    .free-p{
        margin-top: 20px;
    }
    .chosse-plan-p {
        font-size: 8px !important;
      }
    .boxed-2-img img{
        width: 32rem !important ;
    }
    .sub-footer-section {
        margin-bottom: 26px;
    }
    .boxed-2{
        margin-top: 16px;
        flex-wrap: wrap;
    }
    .boxeds-2{
        flex-wrap: wrap;
    }

    .border-partner{
        border-right: none !important;
    }

    .free-website{
        margin-top: 80px;
    }
    .h2, h2 {
        font-size: 18px !important;
      }

      .boxed-2-img{
        margin-bottom: 26px;
      }
}

/* .boxed-img img{
    width: 350px ;
} */

.boxed-2-img img{
    width: 100rem;
}

/* flip card */

.flip-card {
    background-color: transparent;
    /* width: 300px;
    height: 300px; */
    perspective: 1000px; 
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg) !important;
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    /* backface-visibility: hidden; */
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-card-back {
    /* background-color: dodgerblue;
    color: white; */
    transform: rotateY(180deg);
  }

  /* .dm-ban-content{
    margin-left: 18%;
  } */


  .jump-to-plans a{
    color: white;
  }

  /* partner-project-points */

  .partner-h2{
    text-align: center;
    color: #262566;
    }
    
    .partner-p{
    text-align: center;
    }
    
    .partner-section {
        display: flex;
        gap: 16px;
        margin-bottom: 14px;
        padding: 20px 10px;
    }
    
    .partner-section img {
        border-radius: 10px;
        padding: 10px;
        background-color: #0a73ff;
        height: 60px;
    }
    
    .partner-section h3 {
        margin-top: 12px;
        font-weight: 600;
        font-size: 20px;
    }
    
    .partner-points{
    margin-left: 14%;
    }
    
    .partner-project-content{
    margin-top: 20px;
    margin-bottom: 50px;
    }
    
    .partner-project-1{
    margin-bottom: 40px;
    margin-top: 40px !important;
    }
    
    .partner-space{
    margin-bottom: 40px;
    }
    
    .partner-span{
    margin-left: 8px;
    text-decoration: none;
    color: #212529;
    }

    .reseller{
        margin-bottom: 40px;
    }

.partner-ellipse{
    font-size: 6px;
    margin-top: 10px;
    color: #069fff;
}

.box-1{
    /* background-color: whitesmoke; */
    border-radius: 4px;
    height: 100%;
}
.box-content{
   text-align: center;
   height: 100%;
   position: relative;
padding: 30px 30px;
text-decoration: none;
overflow: hidden;
}
.box-content h3{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.box-content img{
    width: 68px;
    margin-bottom: 20px;
}


.box-content p{
    text-align: justify;
}

.box-content span:nth-child(1) {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 3px;
background: linear-gradient(to right, #ffffff, #0c58fc);
animation: animate1 4s linear infinite;
}

@keyframes animate1 {
0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(100%);
}
}

.box-content span:nth-child(2) {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 3px;
background: linear-gradient(to bottom, #ffffff, #0c58fc);
animation: animate2 4s linear infinite;
animation-delay: 1s;
}
@keyframes animate2 {
0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(100%);
}
}

.box-content span:nth-child(3) {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 3px;
background: linear-gradient(to left, #ffffff, #0c58fc);
animation: animate3 4s linear infinite;
}

@keyframes animate3 {
0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
}
}

.box-content span:nth-child(4) {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 3px;
background: linear-gradient(to top, #ffffff, #0c58fc);
animation: animate4 4s linear infinite;
animation-delay: 1s;
}

@keyframes animate4 {
0% {
    transform: translateY(100%);
}
100% {
    transform: translateY(-100%);
}
}

/* choose you plan */
.choosse-plan-space{
    margin-bottom: 20px;
}

.chosse-plan-p{
    font-size: 20px;
}

/* business page */

.carded-row{
    margin-bottom: 40px !important;
    padding: 20px;
    border-radius: 10px;
    background-image: linear-gradient(to right, white 24%, #79839b);
}
.card-row-2{
    margin-bottom: 40px !important;
    padding: 20px;
    border-radius: 10px;
    background-image: linear-gradient(to left, white 24%, #42779b);
}
.card-row-3{
    margin-bottom: 40px !important;
    padding: 20px;
    border-radius: 10px;
    background-image: linear-gradient(to right, white 24%, #2761d2);
}

.carded{
    padding: 16px;
    border-radius: 12px;
    margin-bottom: -2%;
    border: none;
    color: white;
}
.carded p{
    color: white;
}
.card h3{
    font-size: 22px;
}

.boxed-img{
    text-align: center;
    padding-top: inherit;
}

.border-partner{
    border-right: 1px solid #d9d9e3;
}

.reseller-img{
    margin-bottom: 30px;
}

.read-btn{
    padding-top: 45px;
    padding-bottom:0;
}

/* .review-read-more{
    padding-top: 24px;
    padding-bottom: 24px;
} */

/* demo 1 madhusudan css */
.server-offers {
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .server-offers tr {
        box-shadow: 0px 0.5px 10px #828282;
        border-radius: 10px;
        width: 92% !important;
        margin: 20px auto;
        background: #fff;
        position: relative;
        z-index: 1;
        transition: all 0.5s cubic-bezier(0.25, 0.1, 0.47, 0.71);
    }
    .server-offers tr td:last-child {
        border: none;
    }
    .server-offers tr td:first-child {
        color: #242424;
        background: var(--primary-mid);
        text-shadow: -1px 1px 1px #c8c8c8;
        font-weight: 600;
        border-radius: 10px 10px 0 0;
        border-bottom: 3px solid #ccc;
        text-transform: uppercase;
    }
    .server-offers tr td {
      padding: 10px 0 !important;
      position: relative;
    }
    .server-offers table, .server-offers thead, .server-offers tbody, .server-offers tr, .server-offers th, .server-offers td {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .server-offers thead {
        display: none;
      }
  }