html,body {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom:solid 3px #003b5d;
}
.banner{
    
    background-color:darkgreen;
    background-size:100% 100%;
    width:100%;
    height:auto;
    padding:40px 20px;
}




.left-div{
    margin-top:40px;
}
.left-div h1{
    color:#fdc220;
    font-size:50px;
    font-weight:bold;
}
.left-div h2{
    color:#fff;
    font-size:53px;
    font-weight:normal;
}
.left-div h3{
    color:#fff;
    font-size:20px;
    font-weight:normal;
    margin-top:20px;
}
.clients{
    width:100%;
}
    
.client_img{
    width: 100px;
    height: 80px;
    margin-top: 10px;
    border-radius: 5px;
    border:solid 1px gray;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
}
    
.scrolling img{
    filter: grayscale(100%);
}  
.scrolling img:hover{
    filter: grayscale(0%);
}
.c2 {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.scrolling {
    animation: marquee 15s linear infinite;
    display: inline-block;
    padding-right: 10px;
    width:100;
}

.scrolling:hover {
    animation-play-state: paused;
}
    
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to { 
        transform: translateX(-600%);
    }
}
.text-center{
    color:#fff;
    font-size:40px;
    margin-top:40px;
    color:#00355b;
    font-weight:bold;
}
#small{
    font-size:16px;
    color:gray;
    font-weight:normal;
}
.img_super{
    width:200px;
    margin-top:-17px;
    margin-left:-75px;
}
.package{
    margin-top:80px;
    /*-image: radial-gradient(circle, #d1dfec, #dfe6f1, #ebeef6, #f6f6fa, #ffffff); ||| linear-gradient(to right top, #f8f8f8, #f4f5f8, #eef2f9, #e7f0f9, #deeef8);*/
    background-image:linear-gradient(to right top, #f8f8f8, #f4f5f8, #eef2f9, #e7f0f9, #deeef8); 
}
.hosting_left span{
    color:gray;
    font-weight:bold; 
}
.hosting_left h1{
    color:#00355b;
    font-size:30px;
    margin-top:-1px;
    font-weight:bold; 
}
.hosting_left p{
    margin-left:20px;
    color:#000;
    font-weight:normal; 
    line-height:55px;
    font-size:22px;
}
.hosting_left img{
    filter: grayscale(80%);
}
#phone{
    width:171%;
}
#phone1{
    width:215%;
}
.input_text{
    width:88%;
    padding:10px;
    font-size:18px;
    font-family: Arial, Helvetica, sans-serif;
    background-color:transparent;
    border:none;
    outline:none;
    color:#000;
    font-weight:normal;
    border-bottom:solid 1px #b9b29f;
}
.form_box{
    margin-top:30px;
    background-color:#fff;
    border-radius:10px;
    padding:25px;
     position: relative;
      box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;
}
.input-group{
    margin-top:25px;
}
.hosting_form_btn{
    cursor:pointer;
    width:100%;
    padding:10px;
    font-size:18px;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#00355b;
    border:none;
    outline:none;
    color:#ffffff;
    font-weight:normal;
    border:solid 1px #2369a5;
    border-radius:5px;
    margin-top:25px;
}
.hosting_form_btn:hover{
    border:solid 1px #00355b;
    color:#00355b;
    background-color:transparent;
}
.payment_method{
    background-color:#fee5c1;
   
}
.payment_method img{
    width:80%;
    height:80px;
    border-radius:10px;
    margin-top:30px;
    padding:5px;
}
.abcd:hover{
    background-color:#fff;
          box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;
}
.payment_method h1{
    text-align:center;
    color:#00355b;
    font-size:40px;
    font-weight:bold;
    margin-top:40px;
}
.why_hostingwalay{
    background-color:darkblue;
    background-size:100% 100%;
}
.why_head h1{
    margin-top:80px;
    color:#fdc220;
    font-weight:bold;
}
.why_head p{
    color:#fff;
    padding:5px;
    font-size:18px;
}
.box_why{
    padding:20px;
}
.box_why img{
 
    width:100px;
}
.box_why h2{
    color:#fff;
    font-size:25px;
    font-weight:bold;
    margin-top:10px;
}
.box_why p{
    color:#fff; 
    width:90%;
}

.news{
    text-align:Center;
    color:#fff;
    background-color:#377dff !important; 
}

.footer{
    background-color:#00355b;
}
.footer h3{
    color:#fff;
    margin-top:70px;
}
.footer a{
    text-decoration:none;
    line-height:35px;
    color:#abbdd6;
}
.footer p{
    color:#abbdd6;
    margin-top:10px;
}
.footer_bottom{
    background-color:#001c31;
}
.footer_bottom img{
    width:60%;
}
.footer_bottom a{
    text-decoration:none;
    color:#abbdd6;
    margin-left:25px;
}
#price_lable{
    width:200px;
    position:absolute;
    top:0;
    left:0;
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 145px; height: 135px;
  text-align: right;
}
.ribbon span {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 150px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 29px; right: -32px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.box_comment{
    background-color:#fff;
    border-radius:10px;
              box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;
 padding:20px;
 text-align:center;
}
.box_comment img{
    width:120px;
    height:120px;
    border-radius:50%;
}
.box_comment p{
    padding:0px 15px;
    font-size:18px;
}
.box_comment h4{
    margin-top:10px;
}
.footer_icon{
    color:#abbdd6; 
    margin-top:40px; 
    text-align:right;
}
@media only screen and (min-width: 1190px) and (max-width: 1400px)  {
    #phone{
    width: 140%;
  }
  #phone1{
    width: 210%;
  }
   
}
@media only screen and (min-width: 770px) and (max-width: 1190px)  {
    #phone{
    width: 112%;
  }
  #phone1{
    width: 210%;
  }
   
}
@media screen and (max-width: 700px) {
  #phone{
    width: 100%;
  }
  #phone1{
    width: 100%;
  }
 
    .left-div h1{
        
        color:#fdc220;
        font-size:25px;
        font-weight:bold;
        position:relative;
    }
    .left-div h2{
        font-size:25px;
    }
    
    
    
    .img_bottom{
       
        width:160px;
        
        
    }
    .img_super{
        width:200px;
        margin-top:-17px;
        margin-left:25px;
    }
    .price_form{
        margin-top:-80px;
    }
    .customer_text{
        margin-top: -130px !important;
    }
    .customer_text_desc{
        margin-top: -50px !important;
    }
    .img_trust_div{
        text-align:center;
    }
    .img_trust{
        margin-top:-10px !important;
    }
    .footer_icon{
        text-align:center;
        margin-top:20px; 
    }
    .why_head h1, .why_head p,.why_head img{
        text-align:center;
        width:100%;
    }
    .box_why p{
        color:#fff; 
        width:100%;
    }
    .box_why{
        text-align:Center;
    }
    .footer{
        text-align:center;
    }
    .footer_bottom {
        text-align:Center;
    }
}