
/* General button style (reset) */

.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding:3px;
	background-color: #7eb2ee;
	border: 1px solid #17224D;
	animation: fadeInRight 2s ease;
}

.btn1 {
	border: 2px solid #000000;
	font-weight: 500;
	background-color: rgb(15, 96, 114);
	color: #000000;
	padding: 8px 15px;
	border-radius: 50px;
	width: 120px;


}
.btn1:hover {
	border-radius: 50px;
	border: 2px solid rgb(134, 216, 235);
    background-color: #000000;
	color: rgb(134, 216, 235);
	transform: scale(1.1);

}
.btn1 a{
	color: #9ff9fc;
}



@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}


/* end slider */

/* start table */

  
  
  table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
    color: #000;
	width: 100%;
  }
  
  td, th {
	border: 1px solid #042a35;
	text-align: left;
	padding: 0.5vw;
	font-size: 0.9vw;
	font-weight: 500;
	text-align: center;
  }
  
  tr:nth-child(even) {
	background-color: #7eb2ee;
    color: solid #000000;
  }
  
  @media (max-width:440px){
	  
	  /* end book service message */
  
  td,th{
	font-weight: 500;
	font-size: 1.5vw;
	text-wrap: balance;
	text-align: center  ;
  }
  }

.page4-part2 h6 {
    font-size: 3vw;
    color: #000;
    text-transform: capitalize;
    padding-top: 2vh;
    text-align: center;
    font-weight: 600;
    font-family: poppins;
	
}

.page4-part2 h5 {
    font-size: 2vw;
    text-align: center;
    font-weight: 500;
    font-family: poppins;
    margin-top: 1vh;
}

.page4-part2 a {
    font-size: 1.4vw;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--btn);
    padding: 1vw 2vw;
    border-radius: 2vw;
    text-decoration: none;
    color: var(--background);
    font-family: poppins;
    margin-left: 45vw;
}

.page4-part2 a:hover{
    background-color: var(--btnhover);
    transition: all linear 0.3s;
}


/* responsive part */ 

@media (max-width:440px){
.page4-part2{
	height: 100px;
	margin-bottom: 15px;
}

.page4-part2 h6{
    font-size: 3.5vw;
	bottom: 15px;
}

.page4-part2 h5{
    font-size: 3vw;
}

.page4-part2 a{
    font-size: 2.5vw;
    padding: 2vw 8vw;
    margin-left:25vw;
	font-weight: 600;

}}


/* START  RESPONSIVE FOR LARGE DESKTOP SCREEN SIZES ✅ */
 
@media (min-width:1500px){


.page4-part2 {
    height: 32vh;
    width: 100%;
    background-color: var(--background);
    margin-top: 10vh;

}

.page4-part2 h6 {
    font-size: 2vw;
    color: #000;
    text-transform: capitalize;
    padding-top: 5vh;
    text-align: center;
    font-weight: 700;
    font-family: poppins;
}

.page4-part2 h5 {
    font-size: 2.5vw;
    text-align: center;
    font-weight: 700;
    font-family: poppins;
    color: var(--text);
    margin-bottom: 5vh;
}

.page4-part2 a {
    font-size: 1.4vw;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--btn);
    padding: 1vw 2vw;
    border-radius: 2vw;
    text-decoration: none;
    color: var(--background);
    font-family: poppins;
    margin-left: 43vw;
}

.page4-part2 a:hover{
    transition: all linear 0.3s;
}
}



  


/*  */


/* responsive part */ 

/* start slider */










   /* start align image */

   .page3{
	text-align: center;
   }
   .page3 strong{
	text-align: center;
	font-size: 30px;
   }
   
   .page4-section1, .page4-section-3, .page4-section2, .page4-section4{
    padding-top: 5vh;
    margin-left: 2vw;
    display: flex;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 1vw;
    margin-right: 1vw;
}

.image-part img{
	max-width: 310px;
	float: left;
	border-radius: 10px;
	border: 1px solid rgb(222, 113, 113);
	margin-right: 20px;

}
.content-part p{
    font-size: 12px;
    color: #17224D;
	
}

.image-part img {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}









.click-call{
	padding: 3px 3px;
	word-wrap: wrap;
	border: .5px solid #ffffff;
    border-radius: 5px;
	font-size: 11px;
	font-weight: 500;
	margin-left: 80%;
	background-color: rgb(32, 15, 118);
	color: #ffffff;

    }
    
    
    .click-call:hover{
    background-color: rgb(224, 39, 39);
    color: #fbfeff;
    }
    
	.content-part h3{
			font-weight: 600;
	
	}
	.welcome{
		margin-top: 20px;
		text-align: center;
		font-weight: 700;
        color: #17224D;

	}
	




@media (max-width:440px){
	.welcome{
		margin-top: 10px;
		text-align: center;
		font-size: 11px;
	}
.page4-section1{
    padding-top: 12vh;
    margin-left: 2vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 4vw;
    margin-right: 1vw;
}
.page3{
	text-align: center;
   }
   .page3 strong{
	text-align: center;
	font-size: 20px;
   }
   .page3 p{
	text-align: center;
	font-size: 10px;
   }


.page4-section2{
    padding-top: 12vh;
    margin-left: 2vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 4vw;
    margin-right: 1vw;
}


/* +++ */


.page4-section-3{
    padding-top: 12vh;
    margin-left: 2vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 4vw;
    margin-right: 1vw;
}


/* ++ */


.page4-section4{
    padding-top: 12vh;
    margin-left: 2vw;
    display: flex;
    flex-direction: column;

    gap: 2vw;
    border-bottom: 1px solid #2e2d2d;
    padding-bottom: 4vw;
    margin-right: 1vw;
}



.image-part img{
    border-radius: 10px;
    height: 15vh;
    width: 50vw;
    margin-top: -9vh;
    margin-left: 23vw;
}

.content-part h3{
    font-size: 4.5vw;
    margin-left: 3vw;
    margin-top: 1vh;
    text-align: center;
    margin-bottom: 3vh;
	font-weight: 600;

}

.content-part p{
    font-size: 2.5vw;
    text-align: center;
    text-wrap: balance;
    line-height: 1.5vh;
    margin-top: -1vh;
    margin-bottom: 1vh;
}


.click-call{
    padding: 4px 8px;
    border: none;
    padding: 1vw 3vw;
    border-radius: 3vh;
    margin-left: 40vw;
    color: #fff;
    font-size: 2vw;
    font-family: poppins;
    cursor: pointer;   
    }
    
    
    .click-call:hover{
		border-radius: 50px;
	border: 2px solid rgb(134, 216, 235);
	transform: scale(1.1);


    }
    

.page4-text p{
    text-align: center;
    color: var(--text);
    margin-left: 2vw;
    margin-right: 2vw;
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.8vh;
    text-wrap: wrap;
    padding-bottom: 2vh;
    padding-top: 1vh;
}

/* ++ */



/* for large screen sizes (Desktop ) */

@media (min-width:1500px){

#page4 p{
    margin-bottom: 2vh;
}
.page4-section2 {
    padding-bottom: 4vh;
}
}}





  


/* cards start */
.card-img-top{
	padding: 13px;
}

.card-img-top:hover{
scale: 1.01;

}


	

.card{
    border-radius: 7px;
    background-color: #EDF1FC;
	border: 2px solid red;
	border: 1px solid rgb(2, 32, 50);
}
.card img{
	background-color: #5a93d3;
	border: 2px solid rgb(2, 32, 50);
	border-radius: 5px;
}

.card-body{
    padding: 25px;
    margin-top: -15px;
	font-weight: 550;
}
.btn-primary:hover{
    background-color: black;
    border: none;
}
.card-title{
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}
.c-item h2{
	color: #ffffff;
}

.card-text {
color: #1E60AA;
}

h2{
    color: #17224D;
	margin-top: 10px;
}
strong{
	font-size: 25px;
    color: rgb(6, 84, 101);
}

.book-button a{
	padding: 8px 15px;
	border: 2px solid #000000;
    border-radius: 50px;
	font-weight: 500;
	background-color: rgb(134, 216, 235);
	color: #000000;
}
.book-button:hover a{
	border-radius: 50px;
	border: 2px solid rgb(134, 216, 235);
    background-color: #000000;
	color: rgb(134, 216, 235);
	transform: scale(1.1);

}

/* cards end */

/* mobile-cards start */
@media (max-width: 700px){
	.header{
		position: sticky;
		top: 0;
	}

	.logo{
		width: 80px;
		height: 34px;
		align-items: center;
		
	}

	.btn1 {
		border: 2px solid #000000;
		font-weight: 500;
		background-color: #1E60AA;
		color: #000000;
		padding: 1px 5px;
		border-radius: 50px;
		width: 120px;
margin-left: 50%;	

	}
	.btn1:hover {
		border-radius: 50px;
		border: 2px solid rgb(134, 216, 235);
		background-color: #000000;
		color: rgb(134, 216, 235);
		transform: scale(1.1);
	
	}
	.btn1 a{
		color: #9ff9fc;
	}
	

		h1 {
		font-size: 18px;
		text-transform: uppercase;
	  }
	  .paragraph{
		font-size: 10px;
		font-weight: 500;
        color: #17224D;
		
	  }


.card-img-top{
    border-radius: 35px;
    padding: 10px;
}


.card{
    border-radius: 9px;

}
.card-body{
    padding: 15px;
    margin-top: -15px;
	font-size: 7px;
}
.card-title{
	font-size: 10px;
	text-align: center;
	font-weight: 700;
}

h5{
    color: rgb(6, 84, 101);
}
strong{
	font-size: 10px;
    color: rgb(6, 84, 101);
	margin-top: 6px
}

.book-button a{
	font-size: 6px;
	padding: 4px 8px;
	border: 1px solid #000000;
    border-radius: 50px;
	font-weight: 500;
	background-color: rgb(134, 216, 235);
	color: #000000;
}
.book-button:hover a{
	border-radius: 50px;
	border: 2px solid rgb(134, 216, 235);
    background-color: #000000;
	color: rgb(134, 216, 235);
	transform: scale(1.1);

}
}
@media (max-width: 1440px){
	.card{
		width: 1440px, 2160px;
	}
}

/* mobile-cards end */



/* open slider */
.c-item {
	height: 480px;
  }
  
  .c-img {
	height: 100%;
	object-fit: cover;
	filter: brightness(0.6);
  }
/* paragraph */

.paragraph {
	text-align: center;
	font-weight: 500;
    color: #17224D;
	}
	.revu, h5{
		text-align: center;
		margin-top: 40px;
		font-size: 25px;
		font-weight: 700;
		text-transform: uppercase;
	  }
	  
	  a {
		text-decoration: none;
	  }
	  img {
		display: block;
		max-width: 100%;
		height: auto;
	  }
	  


