.video-box iframe{
        width: 27rem;
    height: 14rem;
}
.offer-content{
    background-image: url(offer1.jpg);
    height: 500px;
    width: 500px;
    background-size: cover;
}
.big-close{
    font-size: 3rem;
    position: absolute;
    right: 12px;
}
.big-close:focus{
    outline:0;
}
.offer-box{
    margin-top: -72px;
    background: white;
    border-radius: 5px;
    min-width: 100%;
    padding: 5px 10px;
    text-align: center;
    box-shadow: 6px 5px 10px 0px #0f69c92b;
}
.offer-box img{
    width: 8rem;
    margin: 6px auto;
}
.offer-box h1{
    font-size: 18px;
    margin: 12px auto;
    text-transform: uppercase;
    font-weight: 700;
}

.main-text{
    font-size: 2.5rem;
    font-weight: 700;
}

.first-box {
    height: 45rem;
    width: 100%;
    background-color: #0F69C9;
}

.top-bar{
        background: #0f69c9;
    padding: 19px;
}
.top-bar a{
    color:white;
}
.top-bar h6{
        float: right;
    margin-top: -10px;
    margin-right: 7rem;
    text-transform: uppercase;
    text-decoration: underline;
}

.logo-md{
    width:9rem !important;
}
.social-back{
    position: fixed;
    background: black;
    top: 13rem;
    left: 0;
    border-radius: 0px 10px 10px 0;
    padding: 0.5rem;
    z-index: 9999;
}
.social-back i{
    color: #EB008B;
    font-size: 35px;
    margin-top: 3px;
}

/*Float Buttons*/
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:95px;
	right:20px;
	background-color:#0F69C9;
	color:white;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:3;
}

.my-float{
	margin-top:10px;
	font-size: 36px !important;
}
.float2{
	position:fixed;
	width:50px;
	height:50px;
	bottom:30px;
	right:20px;
	background-color:#25D366;
	color:white;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:3;
}

.my-float2{
	margin-top:8px;
	font-size: 36px !important;
}

.main-text{
    font-size: 2.5rem;
    font-weight: 700;
}

.first-box {
    height: 45rem;
    width: 100%;
    background-color: #0F69C9;
}
.left-section .left-img1{
    width: 30rem;
    position: absolute;
    top: 3.3rem;
    left: 12rem;
}
.left-section .left-img2{
    position: absolute;
    top: 3.5rem;
    width: 4rem;
    left: 0;
}
.form-section .right-img{
    position: absolute;
    top: 3.5rem;
    width: 4rem;
    right: 0.7rem;
}

/* Navbar */
.rightsection .text-call{
  position: absolute;
    font-size: 13px;
    top: 26px;
    font-weight: 600;
    right: 15.8rem;
}
.rightsection .text-call2{
    margin-top:0 !important;
  position: absolute;
  font-size: 16px;
   top: 33px;
  font-weight: 600;
right: -0.2rem;
}
.text-trans{
    margin-top:0 !important;
  position: absolute;
    font-size: 17px;
    right: 15rem;
    font-weight: 700;
    top: 33px;
}
.rightsection p{
  position: absolute;
    top: 3.2rem;
        right: 13.2rem;
    font-weight: 500;
    color: #0f69c9;
    letter-spacing: 1px;
}
.rightsection .num2{
  position: absolute;
    top: 3.2rem;
    right: 1rem;
    font-weight: 500;
    color: #0f69c9;
    letter-spacing: 1px;
}

.navbar .call1-1{
  position: absolute;
  right: 22.1rem;
  font-size: 2.2rem;
  color: #0f69c9;
  top: 2.2rem;
  }
  .navbar .call1-2{
    position: absolute;
    right: 10.1rem;
    font-size: 2.2rem;
    color: #0f69c9;
    top: 2.2rem;
    }

.navbar .rightsection2 i{
    right: 10.1rem;
    font-size: 2.2rem;
    color: #0f69c9;
    top: 0.5rem;
  }

/* Form CSS */
.form-section{
    width: 25rem;
    height: 91%;
    background: white;
    margin-top: 3.5rem;
    padding: 2rem 3rem 1rem 3rem;
    border-radius: 3rem;
}
.form-submit{
    background: #0F69C9;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
}
input[type="text"] {
    width: 100%;
    border: 2px solid #aaaaaa00;
    border-radius: 10px;
    margin: 8px 0;
    outline: none;
    padding: 6px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  
  input[type="text"]:focus {
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
  }
  
  .inputWithIcon input[type="text"] {
    padding-left: 40px;
    background: #EFF0F6;
  }
  
  .inputWithIcon {
    position: relative;
  }
  
  .inputWithIcon i {
    position: absolute;
    left: 5px;
    top: 11px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
  }
  
  .inputWithIcon input[type="text"]:focus + i {
    color: dodgerBlue;
  }
  
  .inputWithIcon.inputIconBg i {
    background-color: #aaa;
    color: #fff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
  }
  
  .inputWithIcon.inputIconBg input[type="text"]:focus + i {
    color: #fff;
    background-color: dodgerBlue;
  }
  .drop-down-section{
    background: #EFF0F6 !important;
    color: #757575 !important;
    border: none !important;
    margin: 8px 0;
    border-radius: 10px !important;
  }
  .drop-down-section2{
    background: #EFF0F6 !important;
    color: #757575 !important;
    border: none !important;
    border-radius: 10px !important;
  }
  
  /* Book Services Section CSS */
  .book-box{
    background: white;
    border-radius: 10px;
    box-shadow: 1px;
    padding: 1rem;
    position: relative;
    box-shadow: 0px 12px 13px 3px #0f69c91a;
}
.book-box h5{
    position: absolute;
    top: 2rem;
    left: 12rem;
    font-size: 1.5rem;
    font-weight: 700;
}
.book-box p {
    position: absolute;
    left: 12rem;
    top: 4rem;
    letter-spacing: 0.3px;
    font-size: 13px;
    font-weight: 500;
    color: #484444cc;
}

/* Services CSS */
.service-box{
    box-shadow: 7px 0px 20px 8px #0f69c91a;
    border-radius: 10px;
    padding: 5px;
    height: 100%;
}
.service-box .service-icon{
    width: 6rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.service-box p{
    font-size: 12px;
    font-weight: 600;
    padding: 0 30px 0 30px;
    color: #000000ad;
}
.service-box h5{
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 3px;
}

/* About Us */
.color-tag{
    color: purple;
}
.about-line p{
    font-weight: 600;
    font-size: 15px;
}
.aboutus-box{
    padding: 6rem 6rem 2rem 6rem;
    box-shadow: 7px 0px 20px 8px #0f69c91a;
    border-radius: 10px;
}
.about-logo{
    width: 19rem;
    margin-top: 2rem;
}
.play{
    position: absolute;
    width: 7rem;
    left: 12rem;
    top: 2rem;
    cursor: pointer;
}
/* Features */
.video-box{
    position: absolute;
    z-index: 1;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    top: 21rem;
    box-shadow: 0px 7px 20px 8px #0f69c942;
    left: 12rem;
}
.video-box video{
    width: 27rem;
    height: 16rem;
}
.main-text2{
    font-size: 2.5rem;
    font-weight: 700;
    top: 15rem;
    z-index: 1;
    position: absolute;
    left: 16rem;
}
.feature-box{
    background: #0f69c9;
    border-radius: 10px 0 0 10px;
    height: 63rem;
}
.feature-box-main{
    padding-top: 5rem;
    border-radius: 10px;
    padding-bottom: 2rem;
}

.first-s-box{
    position: absolute;
    top: 6.3rem;
    right: 10rem;
}
.second-s-box{
    position: absolute;
    top: 13.3rem;
    right: 10rem;
}
.third-s-box{
    position: absolute;
    top: 20.3rem;
    right: 7.2rem;
}
.forth-s-box{
    position: absolute;
    top: 28.3rem;
    right: 5.5rem;
}
.fifth-s-box{
    position: absolute;
    top: 38.3rem;
    right: 8rem;
}
.sixth-s-box{
    position: absolute;
    top: 45.3rem;
    right: 8rem;
}
.seventh-s-box{
    position: absolute;
    top: 53.3rem;
    right: 6.3rem;
}
.eight-s-box{
    position: absolute;
    top: 61.3rem;
    right: 10.2rem;
}

.feature-box p{
    color: white;
    font-size: 12px;
}
.feature-box h6{
    color: white;
}
.feature-box .time1-img{
    position: absolute;
    right: 30rem;
    top: 6.4rem;
}
/* Box 2 */

.feature-box .time2-img{
    position: absolute;
    right: 30rem;
    top: 13.4rem;
}
/* Box 3 */

.feature-box .time3-img{
    position: absolute;
    right: 30rem;
    top: 20.4rem;
}
/* Box 4 */

.feature-box .time4-img{
    position: absolute;
    right: 30rem;
    top: 28.3rem;
}

.feature-box .time5-img{
    position: absolute;
    right: 30rem;
    top: 38.3rem;
}

.feature-box .time6-img{
    position: absolute;
    right: 30rem;
    top: 45.3rem;
}

.feature-box .time7-img{
    position: absolute;
    right: 30rem;
    top: 53.9rem;
}

.feature-box .time8-img{
    position: absolute;
    right: 30rem;
    top: 61.3rem;
}

/* Mobile View Start */
@media only screen and (max-width: 600px) {
    .video-box iframe{
        width: 100%;
    height: 10rem;
}
    .offer-content{
        margin-top: 8rem;
        width: 100% !important;
        height: 22rem !important;
    }
    .offer-box-mb{
        margin-top:1rem;
    }
    .top-bar{
    padding: 4px;
    text-align:center;
}

.top-bar h6{
        float: none;
    margin-top: 0;
    margin-right: 0;
}
     .social-back{
    padding: 5px;
}
.social-back i{
    color: #EB008B;
    font-size: 20px;
}
    .form-section {
    width: 100%;
    height: 100%;
    margin-top: 0.8rem;
    }
    .main-text {
    font-size: 2rem;
    }
    .book-box img{
        width: 5rem;
    }
    .book-box .baby-img{
      width: 3.5rem !important;
    margin-left: 1.5rem !important;
    }
    .book-box h5 {
        top: 1rem;
        left: 9rem;
        font-size: 1.2rem;
    }
    .book-box p {
    left: 9rem;
    top: 3rem;
    font-size: 10px;
    }
    .mb-service{
        padding-left:1.5rem !important;
        padding-right:1.5rem !important;
    }
    .aboutus-box {
        padding: 2rem;
    }
    .second-box{
        height:35rem !important;
    }
    .feature-box-main {
        padding-top:6rem
    }
    .video-box video {
    width: 21rem;
    height: 12rem;
    }
    .video-box {
        position: absolute;
        z-index: 1;
        text-align: center;
         padding: 7px;
    top: 5rem;
    left: 1.5rem;
    }
    
    /* Navbar Calls*/
    /*.navbar-brand img{*/
    /*        width: 9rem;*/
    /*}*/
    .rightsection-mb .call1-1{
          position: absolute;
    top: 16px;
    color: #0f69c9;
    right: 8rem;
    font-size: 28px;
      }
      .rightsection-mb .call1-2{
          position: absolute;
    top: 3.5rem;
    color: #0f69c9;
    right: 8rem;
    font-size: 28px;
      }
      .rightsection-mb .text-trans{
          position: absolute;
        top: 53px;
        right: 11px;
        font-size: 12px;
      }
      .rightsection-mb .text-call2{
          position: absolute;
    top: 13px;
    right: 40px;
    font-size: 14px;
      }
      
      .rightsection-mb .num2{
          position: absolute;
    top: 27px;
    right: 27px;
    font-size: 12px;
      }
      .rightsection-mb p{
          position: absolute;
          font-weight:600;
    top: 67px;
    right: 27px;
    color: #0f69c9;
    font-size: 12px;
      }
    
    /*Features */
    .feature-box p {
    font-size: 9px;
    }
    .first-s-box {
    top: 14.3rem;
    right: 4.5rem;
    }
   
    .second-s-box {
        top: 19.3rem;
        right: 1.8rem;
    }
    .third-s-box {
    top: 24.3rem;
    right: 2.5rem;
    }
    .forth-s-box {
    top: 29.3rem;
    right: 1.5rem;
    }
    .fifth-s-box {
    top: 36.3rem;
    right: 2.6rem;
    }
    .sixth-s-box {
    top: 41.3rem;
    right: 1.3rem;
    }
    .seventh-s-box {
    top: 47.3rem;
    right: 1.9rem;
    }     
    .eight-s-box {
    top: 53.3rem;
    right: 4.9rem;
    }
    
    .feature-box .time1-img {
        right: 18.2rem;
        top: 14.4rem;
        width: 3.5rem;
    }
    .feature-box .time2-img {
        right: 18.2rem;
        width: 3.5rem;
        top: 19.4rem;
    }
    .feature-box .time3-img {
        right: 18.2rem;
        width: 3.5rem;
        top: 25rem;
    }
    .feature-box .time4-img {
        right: 18.2rem;
        width: 3.5rem;
        top: 30.4rem;
    }
    .feature-box .time5-img {
        right: 18.2rem;
        width: 3.5rem;
        top: 37rem;
    }
    .feature-box .time6-img {
        right: 18.2rem;
        width: 3.5rem;
        top: 42rem;
    }
    .feature-box .time7-img {
        right: 18.2rem;
        width: 3.5rem;
        top: 48rem;
    }
    .feature-box .time8-img {
        right: 18.2rem;
        width: 3.5rem;
        top: 53.9rem;
    }
    .feature-box {
    height: 53rem;
    }
    .contact-us-section{
    text-align: center;
    margin-top: 0rem !important;
    }
}

/* Our Maids */
.our-maid-carousel .owl-carousel .owl-stage-outer{
    box-shadow: 0px 7px 20px 8px #0f69c942;
    border-radius: 10px;
}
.our-maid-carousel .owl-item{
    padding:2rem;
}
.our-maid-carousel .owl-item .item img{
    border: 7px #0f69c9 solid;
    border-radius: 50%; 
}

/* Testimonial */
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
.testimonial5 {
	color: #8d97ad;
  font-weight: 300;
}

.testimonial5 h1, .testimonial5 h2, .testimonial5 h3, .testimonial5 h4, .testimonial5 h5, .testimonial5 h6 {
  color: #000000;
  font-weight: 600;
}

.testimonial5 .font-weight-medium {
	font-weight: 500;
}

.testimonial5 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.testimonial5 .testi5 {
  position: relative;
}

.testimonial5 .testi5 .content {
  font-size: 21px;
  line-height: 30px;
  padding: 50px 30px;
}

.testimonial5 .testi5 .owl-item.center .content {
  color: #ffffff;
  background: #ed1e98;
  background: -webkit-linear-gradient(legacy-direction(to right), #0F69C9 0%, #0F69C9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#0F69C9), to(#0F69C9));
  background: -webkit-linear-gradient(left, #0F69C9 0%, #0F69C9 100%);
  background: -o-linear-gradient(left, #0F69C9 0%, #0F69C9 100%);
  background: linear-gradient(to right, #0F69C9 0%, #0F69C9 100%);
  font-weight: 400;
  border-radius: 20px;
}

.testimonial5 .testi5 .customer-thumb {
  margin-top: -30px;
  display: none;
}

.testimonial5 .testi5 .customer-thumb img {
  width: 80px;
  margin-bottom: 20px;
  border: 4px solid white;
}

.testimonial5 .testi5 .owl-item.center .customer-thumb {
  display: block;
}

.testimonial5 .owl-carousel .owl-item img {
	margin-left: auto;
	margin-right: auto;
}

.testimonial5 .owl-theme .owl-dots .owl-dot.active span,
.testimonial5 .owl-theme .owl-dots .owl-dot:hover span {
  background: #316ce8;
}
.owl-next{
  font-size: 3rem !important; 
  margin-left: 1rem !important;
  font-weight: 900 !important;
  color: #0F69C9 !important;
}
.owl-prev{
  font-size: 3rem !important; 
  margin-right: 1rem !important;
  font-weight: 900 !important;
  color: #0F69C9 !important;
}

/* Contact Us */

.phone1{
    font-size: 2rem !important;
    color: white;
}
.phone2{
    font-size: 2rem !important;
    color: white;
}
.phone1-text{
    font-size: 17px;
    margin-left: 1rem;
    font-weight: 700;
    color: white !important;
}
.second-box {
    height: 27rem;
    width: 100%;
    background-color: #0f69c9;
}
.main-text3{
    color: white !important;
}
.form-box{
    background: white;
    border-radius: 10px;
}
#formGroupExampleInput2, #number2{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-contact{
    width: 100%;
    background: #0f69c9;
    color: white;
    font-weight: 600;
    font-size: 17px;
}

/*TAG LIST*/
.tag-box{
    border-top: 1px solid #fff;
    background: #0f69c9;
    margin-top: -6px;
}

.tag-list{
    display: flex;
    margin-top: 2rem;
    flex-flow: wrap;
    margin-bottom: 15px;
}

.tag-list p{
    background: #f9f9f9;
    padding: 5px 10px;
    border-radius: 30px;
    margin-right: 5px;
    color: #000;
    text-transform: uppercase;
    font-size: 6px;
    font-weight: 600;
    margin-bottom: 6px;
}
