html {
  scroll-behavior: smooth;
}
@font-face {
   font-family: compton;
   src: url(../font/CamptonLight.woff);
}
h1,h2,h3,h4,h5,h6,p,a,i,button{
	font-family: compton;
}
	a:hover{
		text-decoration: none!important;
	}
	ul{
		list-style: none;
		padding: 0px;
	}
	ul a{
		text-decoration: none;
		color: black;
	}
	ul li{
		padding-top: 10px
	}
	ul a:hover{
		text-decoration: none;
		color: gray;
	}
	input{
		border-radius: 0px!important;
        /*start cookie*/
	}

	#cookie a{
		color: gray;
		text-decoration: none;
	}
	#cookie i{
		font-size: 30px;
	}

		 /*start navbar*/
	.black{
		background-color: #fff;
		top: 0;
		position: fixed!important;
		box-shadow: 0px 2px 20px #CCC;
	}
	.black .menu a{
		color: black!important;
	}
	.black .menu i{
		color: black !important;
	}
	#nav{
		position: absolute; 
		z-index: 99999!important;
		position: fixed;
	}.
	.navigation a{
		text-decoration: none;
		color: #fff;
	}
	.navigation a:hover{
		color: #fff !important;
	}
	.navigation .phone {
        border-radius: 40px;
        padding: 10px 12px 6px 12px;
        font-weight: bold;
        transition: 0.5s;
        direction: rtl;
        border: 2px solid #fc3f1d;
        background-color: rgba(252, 63, 28,0.3);
        color: white;
    }
    .navigation .phone:hover{
		background-color: rgba(73,179,219,.3) !important;
        border-color: #49b3db;
	}
    .navigation .phone2 {
        border-radius: 40px;
        padding: 5px 11px 0px 12px;
        font-weight: bold;
        transition: 0.5s;
        margin-top: 3px;
        border: 2px solid #fc3f1d;
        background-color: rgba(252, 63, 28,0.3);
        color: white;
        display: none;
    }
	.navigation .phone2:hover{
		background-color: rgba(73,179,219,.3) !important;
        border-color: #49b3db;
	}
	.navigation i{
		font-size: 25px;
		color: #fff;
		cursor: pointer;
	}
	.sidebar {
	 	height: 100%;
	 	width: 0;
	 	position: fixed;
	 	z-index: 9999;
	 	top: 0;
	 	right: 0;
	 	background-color: #111;
	 	overflow-x: hidden;
	 	transition: 0.5s;
	}

	.sidebar a {
		text-align: center;
		text-decoration: none;
		font-size: 25px;
		color: #818181!important;
		transition: 0.3s;
	}
	.sidebar ul li ul{
		margin-bottom: 20px;
	}
	.sidebar ul li ul li a{
		font-weight: normal;
		font-size: 17px;
	}
	.sidebar a:hover {
	  	color: #f1f1f1!important;
	}
	.sidebar .closebtn {
	 	position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

	/*start category*/
    #cetgory .cat img{
    	
    	transition: .5s;
    	width: 100%
    }
	#cetgory .cat:hover img{
		
	}
	#cetgory .cat-2 .overlay {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: hsl(210deg 100% 50% / 65%);
	  z-index: 2;
	  cursor: pointer;
	  transition: .5s;
	}
	/*#cetgory .cat-2:hover .overlay{*/
	/*	display: none;*/
		
	/*}*/
	#cetgory .cat1 img {
        box-shadow: -81px 4px 25px #5f5f5f;
        transform: scale(1.2);
        margin-top: 2.9rem;
    }
	
	#cetgory .cetagory:hover .detali{
		transform: scale(1.1);
	}
	#cetgory .detali {
        margin-top: -35%;
        position: absolute;
        transition: .5s;
        margin-bottom: 25%;
        color: #fff;
        z-index: 99;
        text-align: center;
        left: 20%;
    }
	#cetgory .detali h1 {
        font-weight: 900;
        font-family: 'Gotham Ultra',sans-serif;
        font-size: 50px;
    }
	.book {
        display: inline-block;
        margin-top: -5px;
        padding: 13px 35px 7px 35px;
        background-color: #00b9ff;
        font-weight: bold;
        border: 0;
        cursor: pointer;
        border-radius: 2.5rem;
        transition: background .6s;
        color: #fff;
    }
    .book:hover {
        background-color: #333333;
        color: #fff !important;
    }
    .book2 {
        display: inline-block;
        padding: 13px 35px 7px 35px;
        background-color: #ff4000;
        font-weight: bold;
        border: 0;
        cursor: pointer;
        color: #fff;
        border-radius: 2.5rem;
        transition: background .6s;
    }
   .book2:hover {
        background-color: #49b3db;
        color: #fff !important;
    }
	#cetgory .detali .start{
		background-color: #0aafff;
		border-radius: 30px;
		font-size: 18px;
		color: #fff;
	}

    /*start index*/

	#about{
		background-image: url(/img/about-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	#about .container{
		padding-top: 100px;
		width: 70%;
	}
	#Popular-Services{
		width: 70%;
	}
	#Popular-Services .box{
		height: 230px;
		border: 1px solid #fff;

	}
	#Popular-Services .hover{
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	#Popular-Services .box:hover .img{
		display: none;
	}
	#Popular-Services .box:hover .hover{
		display: block;
	}
	#Popular-Services .box:hover h6{
		display: block;
	}
	#Popular-Services .box:hover{
		border-radius: 10px;
		border: 1px solid #ccc;
		box-shadow: 0px 5px 5px #dedede;
	}
	#Popular-Services .box h6{
		display: none;
	}
	#how-work{
		background-image: url(/img/ser-bg.jpg);
		background-repeat: no-repeat;
	}
	#how-work .container{
		padding-top: 100px;

	}
	#how-work .titel{
		color: #fff;
	}
	#how-work .work-box{
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 2px 20px #CCC;
		transition: .5s; 
	}
	#how-work .work-box img{
		transition: .5s;
	}
	#how-work .work-box:hover{
		margin-top: -20px;
	}
	#how-work .work-box:hover img{
		transform: scale(1.3);
		transition: .5s;
	}
	#why-pepole .why-prpole-box{
		border-radius: 10px;
		border: 1px solid #fff; 
	}
	#why-pepole .why-prpole-box:hover{
		border: 1px solid #ccc; 
	}
	#why-pepole .why-prpole-box img{
		transition: .8s;
		padding-top: 20px;
	}
	#why-pepole .why-prpole-box:hover img{
		transform: scale(1.3);
		
	}
	#pepole-about{
		background-image: url(/img/about-pepole-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
	}
	#pepole-about p{
		padding: 0px 200px 0px 200px;
	}
	/*start btm*/

	#btm{
		background-image: url(/img/btm-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	#btm .btm-logo p{
		color: #bfcbd9;
	} 
	#btm h5{
		color: #657485;
	}
	#btm ul a:hover{
		color: #1da7fb;
	}
	#btm ul a{
		color: #bfcbd9;
	}
	#btm i{
		color: #bfcbd9;
		font-size: 20px;
	}
	#btm .follow i{
		padding: 10px;
	}
	#copyright{
		border-top: 1px solid #334254;
		color: #bfcbd9;
	}


		/*----------------  service-page---------------------*/

	#service-titel {
        background-image: url(/img/service-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 170px;
    }

	#service-titel .breadcrumb{
	    background-color: transparent;
	    width: 100%;
	    text-align: center!important;
	}
	#service-titel .breadcrumb a{
	    text-decoration: none;
	    color: #fff;
	}
	#service-titel .breadcrumb .active{
	    color:#00d764;
	}
	#service{
		background-color: #F7F7F7;
	}
    #service .box{
		
	}
	#service .hover{
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	#service .box:hover .img{
		display: none;
	}
	#service .box:hover .hover{
		display: block;
	}
	#service-titel{
		color: #fff;
	}
	#service-body{
		width: 70%;
	}
	#service-body .box{
		height: 230px!important;
		border-radius: 10px;
		border: 1px solid #fff;
		/*box-shadow: 0px 0px 15px #dedede;*/

	}
	#service-body .hover{
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	#service-body .box:hover .img{
		display: none;
	}
	#service-body .box:hover .hover{
		display: block;
	}
	#service-body .box:hover a{
		display: block;
	}
	#service-body .box:hover{
		border: 1px solid #ccc;
		cursor: pointer;
	}
	#service-body .active{
		border-radius: 10px;
		border: 1px solid #ccc;
	}
	#service-body .active .img{
		display: none;
	}
	#service-body .active .hover{
		display: block;
	}
	#service-body .box a{
		display: none;
	}
	.sub-service{
		display: none;
	}
	.add{
		border: none;
        border-bottom: 1px solid #000;
        width: 70%;
        padding: 8px;
	}
	.add :focus{
		border: none;
        border-bottom: 1px solid #000;
        width: 70%;
        padding: 8px;
	}

@media screen and (max-width: 770px) {
    .m-ml-5{
        margin-left:5%;
    }
  #about .container{
		padding-top: 50px!important;
	}
	#cookie img{
		padding: 10px!important;
	}
	/*.logo img{
		margin-left: 20%;
	}*/
	#cetgory .detali
	{
		margin-top: -60%!important;
        transition: .5s;
        color: #fff;
        padding: 0px;
        left:7%;

	}
	#cetgory .cat1{
		overflow: hidden!important;
		margin-top: -30px;
	}
	#Popular-Services{
		width: 100%!important;
		margin-top: 0px;
	}
	#pepole-about p{
		padding: 0px 10px 0px 10px;
	}
	#pepole-about{
		background-size: cover;
	}
	#service-body{
		width: 100%;
	}
	#service-titel .titel{
		padding: 5px!important
	}
	 #on-demand-form{
    width: 90%!important;
  }
  .content{
  	top: 10%!important;
  }
  #on-demand .content h1{
    font-size: 20px;
  }
   #on-demand .content{
   	font-size: 12px;
   	top: 7%!important;
   }
}
.outline_none{
        outline:none !important;
    }
    #btm .follow i:hover {
        color: #1da7fb;
        border: 2px solid;
        border-radius: 50%;
        box-shadow: 1px 1px 7px 1px #1dadff;
    }
    @media only screen and (max-width: 600px) {
        .scroll-indicator {
            position: fixed;
            text-align: center;
            top: 59%;
            z-index: 999;
            left: 210px;
            display: block !important;
        }
        .m-p-f{
            position: fixed;
            text-align: center;
            top: 55%;
            width: 45%;
            z-index: 999;
            display: block !important;
        }
        .m-d-n{
            display:none;
        }
        .navigation .phone {
            display:none;
        }
        .navigation .phone2 {
            display:block !important;
            float:left;
        }
      #cookie {
        display: none;
      }
      .get-started{
          display:none;
      }
      .mm-top{
          margin-top:-40px;
      }
      .md-none{
          display:none;
      }
    }
    .tooltip_main {
      position: relative;
    }
    .mobile_tooltip{
        display:block;
    }
    
    .tooltip_main .tooltip_custom {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        width: 280px;
        background-color: #fff;
        top: -0.5rem;
        left: 100%;
        padding: 20px;
        text-align: left;
        z-index: 5;
        -webkit-box-shadow: 0 0 10px 1px #ddd;
        -moz-box-shadow: 0 0 10px 1px #ddd;
        box-shadow: 0 0 10px 1px #ddd;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease;
    }
    
    .tooltip_main .tooltip_custom::after {
           content: "";
            display: table;
            width: 1.8rem;
            height: 4.5rem;
            background-image: url(https://geeks.ae/dubai/book/img/corner.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            position: absolute;
            right: 100%;
            bottom: -4%;
    }
    
    .tooltip_main:hover .tooltip_custom {
      visibility: visible;
      opacity: 1;
    }
    .tooltip_main .tooltip_custom ul li {
        padding-top: 10px;
        list-style: circle;
    }
    .multi-ul {
  list-style-type: none;
}

.multi-li {
  display: inline-grid;
  width: 225px;
  height:225px;
  padding:5px;
}

input[type="checkbox"][id^="cb"] {
  display: none;
}

label {
  height: 180px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
@media only screen and (min-width: 800px) {
    .multi-li label:hover {
        background: linear-gradient(135deg,rgb(255,255,255) 2%,rgb(255,255,255) 70%,rgb(206 237 255) 100%);
        box-shadow: 0 0 10px 1px #ddd;
    }
}
:checked+label {
  background: linear-gradient(135deg,rgb(255,255,255) 2%,rgb(255,255,255) 70%,rgb(206 237 255) 100%);
  box-shadow: 0 0 10px 1px #ddd;
}

/*:checked+label::before {*/
/*  content: "✓";*/
/*  transform: scale(1);*/
/*}*/

:checked+label img {
  transform: scale(0.9);
  z-index: -1;
}
.tooltip_heading{
    color: #fc5f47;
    font-weight: bold;
    font-size: 17px;
}
.tooltip_main .tooltip_custom ul li {
    padding-top: 0px !important;
    list-style: disc;
    font-size: 13px;
    font-weight: bold;
}
.tooltip_main .tooltip_custom ul{
    margin-left: 20px;
}