body{
	background-image: url("../img/newbg2.jpg");
	background-size: auto;

    overflow-x: hidden;


}
.container-fluid{
	padding: 0 3%;
	

}
img {
	width: 100%;
	height:auto;
}
.left-image{
	margin-top: 34%;
	
}
.right-section{
	padding: 20px 40px;
	margin-top: 4%;
	box-shadow: 0 4px 34px rgba(0, 0, 0 , .12);
	border-radius: 16px;
	text-align: center;
	background-color: #fff;
	background-image: url("../img/newbg3.png");
}
.right-section h5{
	color: #009ed5;
	background-color: #d6edf6;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 10px;
	border-radius: 10px;
	width: 50%;
	margin-left: 25%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.right-section img {
    width: 55%;
    margin-bottom: 0px;
    margin-top: 10px;
}
.right-section .country p{
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 34px;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	width: 60%;
    margin-left: 20%;
	background-color: #fff;
	
}
.right-section .country:hover p{
	background-color: #009ed5;
	color: #fff;

}
.right-section .country:hover a{
    	text-decoration:none;
}
.right-section .country:hover img {
    /* border: 4px solid #009ed5; */
    /* border-radius: 50%; */
    scale: 1.03;
    transition: 0.3s;
}	
.slider-div{
	margin-top: 5%;
}
.logo img {
    width: 45%;
    margin-top: 22%;
    margin-bottom: 5%;
}
.logo{
	text-align: center;
}
@media screen and (max-width:768px){
	.left-image{
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.right-section{
	    margin-bottom:30px;
	}
}

@media (max-width: 767px) {
	.right-section .country p{
	width: 100% !important;
  margin-left: 1% !important;
}
		.carousel-inner {
  display: none;
}
}






/*new styles*/
.cntct-det {
    margin-top: 7% !important;
    padding-right: 45px !important;
    padding-left: 45px !important;
}
.one i {
    font-size: 22px;
    font-weight: 600;
    color: #248a38;
}
.cntct-det span {
    font-size: 16px;
    font-weight: 600;
}
.cntct-det p {
    display: flex;
    gap: 15px;
}
.cntct-det span a {
    color: #000000;
}
.pricing-header.pricing-headers.foll {
    display: flex;
    padding-top: 27px;
    gap: 15px;
}
h3.follow {
    font-size: 20px;
    color: #183e81;
}
.two i {
    font-size: 25px;
    font-weight: 600;
    color: #2b2b62;
}
h2.tittt {
    color: #2b2b62;
}
.two i:hover {
    scale: 1.05;
    transition: 0.3s;
    color: #3d3333;
}








@media only screen and (max-width: 767px) {


.cntct-det {
	margin-top: -8% !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-bottom: 20px;
}
h2.tittt {
	font-size: 25px;
	font-weight: 600;
}
.right-section h5 {
	width: 100%;
	margin-left: 0%;
}
.logo img {
	margin-top: 5%;
}
.right-section img {
	width: 75%;
}



}