* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

ol, ul {
	list-style: none;
}

del {
	text-decoration: line-through;
}
:hover img, :hover{
	transition: 0.3s;
}
body {
	font-family: 'arialregular';
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 59%;
	font-size: 17px;
	color: #000;
	overflow-x: hidden;
	min-width: 320px;
	font-weight: 500;
	position: relative;
}

input, textarea, select {
	font-family: 'gilroylight';
	font-weight: 500;
}

/*a {
	color: #00000096;
    font-size: 14px;
	letter-spacing: 1px;
	font-family: 'poppinslight';
}*/
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width:1200px;
}
.thumb {
	display: block;
}

.thumb img {
	display: block;
	width: 100%;
}
p {
    font-size: 18px;
    font-family: 'poppinslight';
    font-weight: 500;
    line-height: 1.6em;
}

@font-face {
	font-family: 'poppinsbold';
	src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
		url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gilroylight';
	src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
		url('../fonts/gilroy-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* popins */
@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/popins/') format('woff2'),
         url('../fonts/popins/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsblack_italic';
    src: url('../fonts/popins/poppins-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/popins/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/popins/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsbold_italic';
    src: url('../fonts/popins/poppins-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/popins/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsextrabold_italic';
    src: url('../fonts/popins/poppins-extrabolditalic-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsextralight';
    src: url('../fonts/popins/poppins-extralight-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsextralight_italic';
    src: url('../fonts/popins/poppins-extralightitalic-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsitalic';
    src: url('../fonts/popins/poppins-italic-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/popins/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinslight_italic';
    src: url('../fonts/popins/poppins-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/popins/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/popins/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.title-box h3 span { 
	border-bottom: 4px solid #C9252B;
    font-family: 'poppinssemibold';
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 36px;
    /*width: 414px;*/
    /* height: 102px; */
    color: #262B2E;
}
h3 {
    font-family: 'poppinssemibold';
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 36px;
}
h6 {
    font-family: 'poppinsmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
h5 {
    font-family: 'poppinsmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
 a {
        font-family: 'poppinsmedium';
        font-style: normal;
        font-weight: normal;
    }
.hamburger {
    display: none;
}

.hamburger .bar {
    width: 30px;
    height: 3px;
    background-color: #2D72A6;
    display: block;
    margin-bottom: 5px;
}
header i.zmdi-menu {
    display: none;
}
header i.zmdi-close {
    display: none;
}

header .wrapper #mobile-menu{
    display: none;
}
header .wrapper #mobile-menu .book { 
    display: none;
}

header .wrapper #mobile-menu .book .bg-button { 

}

/*header  img.menu {
    display: none;
 }
 header  img.close {
    display: none;
 }*/
header { 
	background-color: hsl(0deg 0% 25%);
}

header .wrapper { 
	display: flex;
    justify-content: space-between;
    align-items: center;
        padding: 31px 0;
}
header .header-content {
	
}

header .header-content .logo { 

}

header .header-content.logo a { 

}

header .header-content .logo a img { 

}

header .header-content.nav { 

}
header .header-content .nav .menu { 
	display: flex;
    align-items: center;
    list-style: none
}

header .header-content .nav .menu li { 
	margin-right: 70px;
}
header .nav .menu li a {
	font-family: 'poppinslight';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
	color: #FFFFFF;

}
header .header-content .nav .menu li .active { 
    
}

header .header-content .book { 

}

header .header-content .book .bg-button { 
	color: hsl(0deg 0% 97%);
	font-weight: bold;
	padding: 18px 26px;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'poppinslight';
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    border: 2px solid hsl(0, 0%, 90%);

}
header .header-content .book .bg-button:hover{
    background: #fff !important;
    border: 2px solid #2D72A6;
    color: #2D72A6;
}
#spotlight { 
	background-image: url(../images/bg1.png);
    background-size: cover;
    background-position: center;
    height: 78vh;
    /*padding: 170px 0;*/
    position: relative;
}

#spotlight .wrapper { 

}

#spotlight .wrapper .container { 

}

#spotlight .wrapper .container .content-box { 
	/*background-color: hsl(3deg 60% 49%);
    width: 59%;
	   padding: 5% 47px;
	   right: 0;
    position: absolute;
    border-radius: 8px;
    bottom: -70px;*/
        background-color: hsl(3deg 60% 49%);
    width: 54%;
    /* width: 993px; */
    padding: 72px 58px;
    right: 0;
    position: absolute;
    border-radius: 8px;
    bottom: -70px;
}

#spotlight .wrapper .container .content-box h2 { 
   font-family: 'poppinsblack';
    font-size: 47px;
    line-height: 58px;
    color: #FFFFFF;
    width: 87%;
    font-weight: bold;
    font-size: 45px;
    /* margin: 27px 0px; */
    /* width: 60%;
/*    font-family: 'poppinslight';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 62px;
    color: #FFFFFF;*/
    /* margin: 27px 0px; */
    /*width: 60%;*/
}

#spotlight .wrapper .container .content-box p { 
	    /*color: hsl(0deg 0% 100%);
    width: 60%;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;*/
           color: hsl(0deg 0% 100%);
    margin: 16px 0;
    width: 69%;
    letter-spacing: 1px;
}

#spotlight .wrapper .container .content-box .bg-button { 
	background-color: hsl(202deg 10% 16%);
    color: hsl(0deg 0% 100%);
    font-weight: bold;
    padding: 18px 32px;
    /* padding: 18px 26px; */
    border-radius: 8px;
    font-family: 'poppinslight';
    font-size: 16px;
    display: inline-block;
}
#spotlight .wrapper .container .content-box .bg-button:hover {
    background: #fff !important;
    border: 2px solid #2D72A6;
    color: #2D72A6;
}
#about { 
	    background-color: hsl(0deg 0% 98%);
    /*padding: 100px 0;*/
    padding: 205px 0 100px 0;
}

#about .wrapper { 
	
}

#about .wrapper .abt-conainer { 
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#about .wrapper .abt-conainer .left-box { 
	width: 45%;
}

#about .wrapper .abt-conainer .left-box .top-card { 
	position: relative;    
}

#about .wrapper .abt-conainer .left-box .top-card h6 { 
	    text-transform: uppercase;
    color: hsl(0deg 0% 75%);
    font-size: 18px;
    font-weight: bold;
}

#about .wrapper .abt-conainer .left-box .top-card h3 { 
	/*color: hsl(202deg 10% 16%);
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;*/
    /*margin: 45px -21px 46px 14px;*/
    /*margin: 45px -21px 46px 122px;*/
    /*font-weight: bold;*/

}
/*#about .wrapper .abt-conainer .left-box .top-card h3::before { 
	content: '';
    position: absolute;
    width: 437px;
    width: 82%;
    height: 85px;
    left: 0;
    /*left: -266px;*/
    /* left: -274px;
    color: #fff;
    background: #C9252B;
    border-radius: 8px 0px 0px 8px;
    transform: matrix(-1, 0, 0, 1, 0, 0)*/
    
}
*/
#about .wrapper .abt-conainer .left-box .top-card h3 span { 
	/*font-weight: bold; 
    position: absolute;

      left: -60px;
    color: #fff;*/
}

#about .wrapper .abt-conainer  p { 
	/*font-size: 21px;*/
    color: #646464;
}

#about .wrapper .abt-conainer .left-box .bottom-card { 
	    margin: 28px 0;
}

#about .wrapper .abt-conainer .left-box .bottom-card h5 { 
	color: hsl(202deg 10% 16%);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'poppinsmedium';
    margin-bottom: 16px;
    letter-spacing: 1px;
}
/*#about .wrapper .abt-conainer .left-box .bottom-card p { 

}*/

#about .wrapper .abt-conainer .right-box { 
	width: 45%;
	position: relative;
}

#about .wrapper .abt-conainer .right-box img { 
	width: 100%;
	display: block;
}
#about .wrapper .abt-conainer .right-box img.rec {
	   position: absolute;
    width: 119px;
    height: 116px;
        left: -27px;
    top: 373px;
    
}
#about .wrapper .abt-conainer .right-box img.rec1{
	position: absolute;
    width: 186px;
    bottom: 0;
   right: -59px;
    top: -60px;
    height: 182px;
}

/* #services */
#services { 
    padding: 46px 0 130px 0;
}
#services.cleint-services{
	padding: 100px 0 130px;
}
#services .wrapper { 

}
#services .title-box { 
	text-align: center;
}
#services .title-box h6{ 
	    font-size: 20px;
    color: #C0C0C0;
    margin: 20px 0px;
    text-transform: uppercase;
}
#services .title-box h3{ 
    text-align: center;
    color: #262B2E;
    width: 551px;
    font-size: 24px;
    margin: 0 auto;
}
#services .title-box h3 span{
	font-size: 24px;
} 
#services .title-box p{
	/*width: 1110px;*/
    /*font-size: 20px;*/
    line-height: 30px;
    text-align: center;
    color: #646464;
    margin: 20px 0px;
}
#services .service-cards { 
	    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    position: relative;
    row-gap: 15px;
}
#services .service-cards .rec{
	    position: absolute;
    width: 119px;
    height: 116px;
    left: -59px;
    top: -23px;
        z-index: -1;
}
#services .service-cards .rec1{
	/*position: absolute;
    width: 186px;
    bottom: 0;
    top: 423px;
    right: 0;
    height: 182px;
    left: 1211px;
    z-index: -1;*/
    position: absolute;
    width: 186px;
    bottom: 0;
    top: 441px;
    right: 0;
    /* opacity: 0.1; */
    height: 182px;
    left: 1098px;
    /*left: 1246px;*/
    z-index: -1;
}

#services .service-cards .card { 
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    box-shadow: 0px 29px 50px rgb(0 0 0 / 5%);
    border-radius: 8px;
  	/*padding: 24px;*/
    padding:  40px 20px;
    height: 260px;
    /*width: 324px;*/
}
/*#services .service-cards .card:nth-child(n+5){
	margin-top: 28px;
}*/
#services .service-cards .card:hover{
    /*border: 2px solid #2D72A6;*/
    background: #C9252B;

    
}
#services .service-cards .card:hover p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
#services .service-cards .card img.white-icon {
    display: none !important;
}
#services .service-cards .card:hover img.white-icon {
    display: block !important

}
#services .service-cards .card:hover img{
   display: none !important;
    /*width: 0px;*/
}
#services .service-cards .card .img-box { 

}
#services .service-cards .card .img-box img { 
    width: 80px;
    display: block;
    /*margin: 0 auto;*/

}
#services .service-cards .card h4 { 
    margin: 20px 0 10px;
	font-size: 20px;
	font-weight: 600;
}
#services .service-cards .card p { 
    /*width: 276px;*/
    font-family: 'poppinssemibold';
    font-style: normal;
    margin: 24px 0;
    color: #303030;
}
#document { 
	background-color: hsl(0deg 57% 97%);
	padding: 85px 0;
}

#document .wrapper { 

}

#document .wrapper .title-box { 

}
#document .wrapper .title-box h3 { 
	text-align: center;
	margin: 0 auto;
	/*width: 410px;*/
	color: #262B2E;
    font-size: 24px;
}
#document .wrapper .title-box h3 span{ 
	font-size: 24px;
} 
#document .wrapper .doc-content { 
	    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 39px 0 0 0;
}

#document .wrapper .doc-content .card { 
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#document .wrapper .doc-content .card .top-card { 

}

#document .wrapper .doc-content .card .top-card .img-box { 
	width: 174px;
    height: 174px;
    margin: 0 auto;
    /* left: 0px; */
    /* margin: 0 auto; */
    /* top: 0px; */
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    box-shadow: 0px 29px 50px rgb(0 0 0 / 5%);
    border-radius: 50%;
        display: flex;
    justify-content: center;
    align-items: center;
}

#document .wrapper .doc-content .card .top-card .img-box img { 

}

#document .wrapper .doc-content .card .top-card p { 
	font-family: 'poppinssemibold';
	text-align: center;
	color: #303030;
	margin: 24px 0px 0 0;

}

#document .wrapper .doc-content .card .bottom-card { 

}

#document .wrapper .doc-content .card .bottom-card img { 

}
#counter { 
	background: #212529;
	    padding: 55px 0;
}

#counter .wrapper { 

}

#counter .wrapper .counter-count { 
	display: flex;
    flex-direction: row;
    align-items: center;
    /* padding: 0px; */
    justify-content: space-around;
}

#counter .wrapper .counter-count .count-box { 
    
}

#counter .wrapper .counter-count .count-box .count-content { 
    display: flex;
    text-align: center;
    justify-content: center;
}

#counter .wrapper .counter-count .count-box .count-content h5 { 
	font-family: Poppins;
font-style: normal;
font-weight: 600;
font-size: 58px;
line-height: 87px;
/* identical to box height */

text-align: center;

color: #FFFFFF;
}

#counter .wrapper .counter-count .count-box .count-content .zmdi { 
	font-size: 20px;
    font-weight: bold;
}
#counter .wrapper .counter-count .count-box b {

	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	/* identical to box height */

	text-align: center;

	color: #FFFFFF;

}
#bussiness { 
	background: #FCF4F4;
	padding: 100px 0;
}

#bussiness .wrapper { 

}

#bussiness .wrapper .bs-container { 
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	flex-wrap: wrap;
}

#bussiness .wrapper .bs-container .top-section { 
	display: flex;
	flex-direction: row;
	/*align-items: center;*/
	justify-content: space-between;
	padding: 0px;

}

#bussiness .wrapper .bs-container .top-section .title-box { 
	width: 50%;
	    padding-top: 47px;
}

#bussiness .wrapper .bs-container .title-box h3 { 
	color: #262B2E;
        margin-bottom: 36px;
	/*background: #C9252B;
	transform: matrix(-1, 0, 0, 1, 0, 0);
*/
}

#bussiness .wrapper .bs-container .title-box p { 
	display: flex;
    /* align-items: baseline; */
    /* justify-content: end; */
    align-items: center;
    color: #646464;
    /* margin: 0px 24px; */
    /*margin: 10px 0px;*/
    margin-top: 10px;
    margin-bottom: 10px;

}

#bussiness .wrapper .bs-container .top-section .title-box p span { 
	width: 41px;
    height: 4px;
    display: inline-block;
    background: rgba(201, 37, 43, 0.19);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    /* margin: 0px 24px 0 0; */
    margin: 0px 24px 0px 0;
}

#bussiness .wrapper .bs-container .top-section .img-box { 
	width: 45%;
	/*height: 460px;*/
	/*left: 1036px;
	top: 4944px;*/
position: relative;
	/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(.jpg), #FFFFFF;*/
	border-radius: 8px;
}

#bussiness .wrapper .bs-container .top-section .img-box img { 
	width: 628px;
	height: 460px;
	/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(.jpg), #FFFFFF;*/
	border-radius: 8px;
     /*transform: scale(1.1);*/
}
#bussiness .wrapper .bs-container .top-section .img-box img:hover {
    transform: scale(1.1);
}
#bussiness .wrapper .bs-container .top-section .img-box  img.rec {
	position: absolute;
    width: 85px;
    height: 79px;
    left: -33px;
    /*opacity: 0.1;*/
    top: 414px;
}
#bussiness .wrapper .bs-container .top-section .img-box  img.rec1 {
	    position: absolute;
    width: 186px;
    /* bottom: 0; */
    right: -186px;
    top: -84px;
    height: 182px;
        /*opacity: 0.1;*/
}

#bussiness .wrapper .bs-container .bottom-section { 
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	padding-top: 105px;
	justify-content: space-between;		
}

#bussiness .wrapper .bs-container .bottom-section .img-box { 
	width: 45%;
}

#bussiness .wrapper .bs-container .bottom-section .img-box .video { 
	position: relative;
}

#bussiness .wrapper .bs-container .bottom-section .img-box .video img { 
	width: 628px;
	height: 460px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(.jpg), #FFFFFF;
	border-radius: 8px;
     /*transform: scale(1.1);*/
}
#bussiness .wrapper .bs-container .bottom-section .img-box .video img:hover { 
     transform: scale(1.1);
}

#bussiness .wrapper .bs-container .bottom-section .img-box .video img.ply {
	position: absolute;
    left: 256px;
    top: 11px;
    background: none;
    border-radius: 50%;
    width: 10%;
}
#bussiness .wrapper .bs-container .bottom-section .title-box { 
	width: 45%;
}

/*#bussiness .wrapper .bs-container .bottom-section .title-box h3 { 
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	color: #262B2E;
}*/
#bussiness .wrapper .bs-container .bottom-section .title-box p { 
	/*font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #646464;*/
	margin: 32px 0px;

}

#bussiness .wrapper .bs-container .bottom-section .title-box p:last-child{
	margin: 0;
}
#customers { 
	    padding: 4em 0;
}

#customers .wrapper { 
	    max-width: fit-content;
}

#customers .wrapper .container { 

}

#customers .wrapper .container .top-box { 
	text-align: center;
	    padding: 13px 0;
	    position: relative;
}

#customers .wrapper .container .top-box h3 { 
	font-size: 34px;
	/*line-height: 51px;*/
     font-family: 'poppinssemibold';
	color: #262B2E;
}
#customers .wrapper .container .top-box h3 span{ 
	border-bottom: 4px solid #C9252B;
   font-size: 34px;
    /*line-height: 51px;*/

    font-family: 'poppinssemibold';

    /*width: 414px;*/
    /* height: 102px; */
    color: #262B2E;

}
#customers .wrapper .container .top-box p { 
    text-align: center;
    color: #646464;
    margin: 30px 0px;
    align-items: center;
    width: 45%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;

}

#customers .wrapper .container .top-box .img-box { 
	display: flex;
    align-items: flex-start;
    padding: 16px 32px;
    align-items: center;
    width: 49%;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 6px 34px 4px rgb(84 84 84 / 11%);
    border-radius: 8px;
    /*margin: 30px 0px;*/
    margin: 0 auto;
}

#customers .wrapper .container .top-box .img-box h6 { 
	color: #262B2E;
	margin: 0px 32px;
}

#customers .wrapper .container .top-box .img-box img { 

}
#customers .wrapper .container .top-box img.rec { 
	left: 398px;
    position: absolute;
    top: 162px;
        z-index: -1;
}

#customers .wrapper .container .top-box img.rec1 { 
	position: absolute;
    right: 391px;
    opacity: 0.6;
    /* top: 214px; */
        z-index: -1;
    bottom: -10px;
}
#customers .wrapper .container .bottom-cards { 
	display: flex;
    align-items: flex-start;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 10px 0px;
        padding-top: 35px;
}

#customers .wrapper .container .bottom-cards .cs-card { 
    width: 30%;
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 24px 50px -4px rgb(0 0 0 / 10%);
    border-radius: 8px;
    /*margin: 10px 0px;*/
    margin-right: 10px;
    width: 34%;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: center;
    padding: 40px 30px
}
#customers .wrapper .container .bottom-cards .cs-card:hover { 

    transform: scale(1.1);
}
#customers .wrapper .container .bottom-cards .cs-card .top-cstm { 
    padding: 0px;
    margin: 20px 0px;
    display: flex;
	flex-direction: row;
	align-items: flex-start;
}

#customers .wrapper .container .bottom-cards .cs-card .top-cstm img { 
	    margin: 0px 6px 0 0;
}

#customers .wrapper .container .bottom-cards .cs-card .top-cstm .reviews { 

}

#customers .wrapper .container .bottom-cards .cs-card .top-cstm .reviews h5 { 
    color: #262B2E;
    margin: 4px 0px;
}

#customers .wrapper .container .bottom-cards .cs-card .top-cstm .reviews small { 
	font-family: poppinsmedium;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #C0C0C0;
	margin: 4px 0px;

}

#customers .wrapper .container .bottom-cards .cs-card .top-cstm .reviews .stars { 

}

#customers .wrapper .container .bottom-cards .cs-card .top-cstm .reviews .stars img { 

}

#customers .wrapper .container .bottom-cards .cs-card .bottom-cstm { 

}

#customers .wrapper .container .bottom-cards .cs-card .bottom-cstm p { 
	/*font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;*/
	color: #646464;
    text-align: left;
	/*margin: 26px 0px;*/

}
#residence { 

}

#residence .wrapper { 

}

#residence .wrapper .container { 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 60px 0;
}

#residence .wrapper .container .title-box { 
	    margin-top: 60px;
        width: 47%;
}

#residence .wrapper .container .title-box h3 { 
    line-height: 51px;
    /*width: 427px;*/
    /* height: 102px; */
    color: #262B2E;
}
#residence .wrapper .container .title-box p { 
	width: 555px;
    line-height: 30px;
        margin: 32px 0px;
    color: #646464;
}
#residence .wrapper .container .title-box p:last-child{
	margin: 0;
}
#residence .wrapper .container .right-box { 
	 padding: 40px;
    width: 50%;
    height: 617px;
    background: #C9252B;
    border-radius: 8px;
    /*margin: 0px 118px;*/
}

#residence .wrapper .container .right-box h5 { 
		font-size: 24px;
		line-height: 36px;
		color: #FFFFFF;
		margin: 26px 0px;
}

#residence .wrapper .container .right-box .right-card { 

}

#residence .wrapper .container .right-box .right-card ul { 
	
}
#residence .wrapper .container .right-box .right-card ul li {
    font-family: poppinslight;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 26px 0px;
        /*width: 482px;*/
    display: flex;
}
#residence .wrapper .container .right-box .right-card ul li img { 
        width: 24px;
    margin-right: 9px;
    /* margin-top: -26px; */
    display: block;
}
#myModal { 
	    background-image: url(../images/consulation.png);
	    background-size: cover;
	    background-position: center;
	    /*height: 100vh;*/
	     padding: 100px 0; 
	    background-color: rgb(0,0,0);
	    background-color: rgba(0,0,0,0.4);
}


.modal { 
    /*display: none; */
   
}
#myModal .wrapper {

}
.modal .wrapper .modal-content { 
    /*margin: auto; */
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 12px;
    overflow: hidden;
    padding: 45px;
    width: 65%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(36px);
    border-radius: 8px
}

.modal .wrapper .modal-content .right-part .title-box {
      margin-bottom: 37px;
}
.modal .wrapper .modal-content .right-part .title-box h3{
	/*font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 34px;*/
	/*line-height: 51px;*/
	color: #262B2E;

}
.modal .wrapper .modal-content .right-part { 
    /*padding: 40px 20px;*/
    /*width: 65%;*/
}

.modal .wrapper .modal-content .right-part form { 
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
   
}

.modal .wrapper .modal-content .right-part form .boxes { 
   display: flex;
   flex-direction: column;
   justify-content:space-between;
   padding: 15px 15px;
   color: #8d8d8d;
   width: 50%;
}
.modal .wrapper .modal-content .right-part form .boxes-ins { 
       display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 19px 20px;
    color: #8d8d8d;
    width: 100%;
}
.modal .wrapper .modal-content .right-part form .button {
	width: 726px;
    height: 70px;
    background: #C9252B;
    box-shadow: 0px 13px 21px rgb(201 37 43 / 13%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 0 0;
}
.modal .wrapper .modal-content .right-part form .button .bg-button {
	font-family: poppinsmedium;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	/*margin: 0px 10px;*/

}

.modal .wrapper .modal-content .right-part form .active {
    color:#44bff5;
}
.modal .wrapper .modal-content .right-part form .active input[type=text]{
    border-bottom: 1px solid #44bff5;
}
.modal .wrapper .modal-content .right-part form .active input[type=email]{
    border-bottom: 1px solid #44bff5;
}
.modal .wrapper .modal-content .right-part form .active input[type=tel]{
    border-bottom: 1px solid #44bff5;
}
.modal .wrapper .modal-content .right-part form .active select{
    border-bottom: 1px solid #44bff5;
}
.modal .wrapper .modal-content .right-part form .boxes-ins:first-child select:first-child {
    border-bottom: 2px solid #C9252B;
}
.modal .wrapper .modal-content .right-part form .active textarea{
    border-bottom: 1px solid #44bff5;
}
.modal .wrapper .modal-content .right-part form .boxes-ins label {
    font-size: 16px;
    font-family: 'poppinsmedium';
}
.modal .wrapper .modal-content .right-part form .boxes p { 
    font-size: 12px;
    display: none;
}
.modal .wrapper .modal-content .right-part form .boxes label { 
    margin-bottom: 6px;
    font-size: 16px;
    /*font-weight:600;*/
        font-family: 'poppinsmedium';
}
.modal .wrapper .modal-content .right-part form .boxes .plus {
    color:red;
}
.modal .wrapper .modal-content .right-part form .boxes p { 
    color:red;  
}
/* input::placeholder{
    filter: blur(0.8px);
    -webkit-filter: blur(0.8px);
} */
input[type=text],[type=email],[type=tel]{
    width: 100%;
    /*padding: 12px 0;*/
    /* margin: 8px 0; */
    box-sizing: border-box;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom: 1px solid #cecece;
    font-family: 'gilroylight';
    font-size: 14px;
    color: #dbdbdb;
    font-weight: 600;
}
input[type=text],[type=email],[type=tel],:focus-visible{
    outline: none;
    color: #000;
    font-family: 'gilroylight';
    font-size: 14px;
    font-weight: 600;
}
select {
    border:none;
    /*background:#fff;*/
    font-size: 16px;
    border-bottom: 1px solid #cecece;   
    /*padding:12px 0;*/
    font-family: 'gilroylight';
    font-size: 14px; 
    font-weight: 600;
    color:#111111;
    width: 100%;
}
select option{
    color: #000;
}
select:focus-visible{
    outline: none;
    color:#000;
}
::-webkit-input-placeholder {
    color: #dbdbdb; 
}
.modal .wrapper .modal-content .right-part form {
   /* color: #a5a5a5; */
}
.close {
    color: #a5a5a5;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.fileclose{
    color: rgb(255, 0, 0);
    display: none;
}
  
.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    resize: none;
    color: #0c0c0c;
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom: 1px solid #cecece;
    font-family: 'gilroylight';
}
textarea:focus-visible{
    outline: none;
    color: #000;
}
.modal .wrapper .modal-content .right-part form .boxes div.browse input.selectFile{
    color: #2FB8F4;
}
.modal .wrapper .modal-content .right-part form .boxes div.browse{
    display: flex;
}
.modal .wrapper .modal-content .right-part form .boxes div.browse input[type=file]{
    background: #0B3F7A;
}
.modal .wrapper .modal-content .right-part form .boxes .fileselect{
    display: flex;
    justify-content:flex-start;
    width:100%;
    align-items: center;
    margin-bottom: 63px;
    flex-wrap: wrap;
}
.modal .wrapper .modal-content .right-part form .boxes:last-child{
    justify-content: end;
}
.modal .wrapper .modal-content .right-part form .boxes:last-child label{
    margin-bottom: 15px;
}
input[type="file"] {
    /* position: fixed;
    right: 100%;
    bottom: 100%; */
    display: none;
}
.custom-file-upload {
    /* border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer; */
}
#custom-text{
    color:#000;
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
}
/* EXTRA ADDED */


@media all and (max-width:1663px) {
    /* .modal .wrapper .modal-content .right-part form .boxes {
        width: 44%;
    } */
}
@media all and (max-width:1406px) {
    /* .modal .wrapper .modal-content .right-part form .boxes {
        width: 43%;
    } */
}

@media all and (max-width:1280px) {
    
    .modal .wrapper .modal-content .right-part form .button {
            width: 619px;
            height: 55px;
            margin: 17px 0px 0 0;
    }
    .modal .wrapper .modal-content {
        padding: 38px;
        width: 63%;
    }
    .modal .wrapper .modal-content .right-part .title-box {
        margin-bottom: 32px;
    }
    .modal .wrapper .modal-content .right-part form .boxes {
        padding: 12px 10px;
        width: 48%;
    }
    .modal .wrapper .modal-content .right-part form .boxes-ins {
        padding: 15px 9px;
        width: 97%;
    }
    .modal .wrapper .modal-content .right-part form .boxes label {
        /*margin-bottom: 6px;*/
    }
    .modal .wrapper .modal-content .right-part form .button {
        width: 619px;
        height: 55px;
        margin: 17px 0px 0 0;
    }
    .modal .wrapper .modal-content .right-part .title-box h3 {
        font-size: 25px;

    }
    .modal .wrapper .modal-content .right-part .title-box h3 span {
        font-size: 25px;
        
    }
}
@media all and (max-width:1180px) {
    .modal .wrapper .modal-content {
        padding: 38px;
        width: 70%;
    }
}
@media all and (max-width:980px) {
    /*.modal .wrapper .modal-content .right-part {
        width: auto;
    }
    .modal .wrapper .modal-content .left-part {
        width: auto;
        text-align: center;
    }*/
    /*.modal {
        position: fixed;
        padding: 80px 0 40px;
        z-index: 99;
    }*/
    
    #myModal {
        padding: 46px 0;
    }
    .modal .wrapper .modal-content {
        padding: 37px;
        width: 67%;
            margin: 0 auto;
    }
    .modal .wrapper .modal-content .right-part .title-box {
        margin-bottom: 21px;
    }
    .modal .wrapper .modal-content .right-part form .boxes label {
        margin-bottom: auto;
    }
   input[type=text], [type=email], [type=tel] {
        width: 100%;
        padding: 3px 0;
    }
    .modal .wrapper .modal-content .right-part form .boxes {
        padding: 12px 10px;
        width: 94%;
        flex-wrap: wrap;
    }
   .title-box h3 {
        font-size: 29px;
        line-height: 36px;
    }
    .title-box h3 span {
        font-size: 29px;
        line-height: 36px;
    }
}
@media all and (max-width:884px) {
    /* .modal .wrapper .modal-content .right-part form .boxes {
        width: 43%;
    } */
}
@media all and (max-width:768px) {
    /*.modal .wrapper .modal-content .right-part form .boxes:last-child{
        justify-content: space-between;
    }
    .fileUpload {
        margin-bottom: 20px;
    }
    .modal .wrapper .modal-content .right-part form .boxes .fileselect {
        margin-bottom: 20px;
    }*/
     .modal .wrapper .modal-content {
        padding: 37px;
        width: 81%;
    }
    .modal .wrapper .modal-content .right-part form .button .bg-button {
        font-size: 18px;
    }
}
@media all and (max-width:580px) {
    .modal .wrapper .modal-content {
        padding: 37px;
        width: 100%;
    }
}   
@media all and (max-width:640px) {
   /* modal .wrapper .modal-content .right-part form .boxes {
        width: 100%;
    }
    .modal .wrapper .modal-content .right-part form .boxes .form-apply {
        width: 30%;
    }
    .modal .wrapper .modal-content .right-part form .boxes .form-apply {
        width: 34%;
        padding: 9px 26px;
    }*/
}

@media all and (max-width:480px) {
    .modal .wrapper .modal-content {
        padding: 23px;
        width: 100%;
    }
    .modal .wrapper .modal-content .right-part form .button {
        width: 296px;
        height: 46px;
        /*margin: 6px 0px 0 0;*/
        margin: 0 auto;
    }
    .modal .wrapper .modal-content .right-part form .button .bg-button {
        font-size: 16px;
    }
    .modal .wrapper .modal-content .right-part form .boxes-ins label {
        font-size: 13px;
    }
    .modal .wrapper .modal-content .right-part form .boxes label {
        font-size: 13px;
    }
    .modal .wrapper .modal-content .right-part .title-box h3 {
        font-size: 19px;
    }
    .modal .wrapper .modal-content .right-part .title-box h3 span{
        font-size: 19px;
    }
}

@media all and (max-width:398px) {
 
}
@media all and (max-width:360px) {
    #work div.content div.right-box {
        width: auto;
    }
    #work div.content div.right-box {
        width: auto;
    }
}
/* footer */
footer { 
	/*padding: 100px 0 0;*/
    padding: 65px 0 0;
	background: #F9F9F9;
	/*color: #fff;*/
}
/*footer a, footer p{
	color: #ffffff9e;
    font-size: 14px;
}
footer a:hover, footer p:hover{
	color: #fff;
    font-size: 14px;
}*/
footer .wrapper .containar .left-foot { 

}

footer .wrapper .containar .left-foot h4 { 
	font-family: THICCCBOI;
	font-style: normal;
	font-weight: bold;
	font-size: 77.2076px;
	/*line-height: 61px;*/
    line-height: 42px;
	color: #C9252B;

	text-align: center;

}

footer .wrapper .containar .left-foot ul { 
	    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 33px;
}
footer .wrapper {

}
footer .wrapper .containar { 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin-bottom: 30px;*/
    padding: 60px 0;
}
footer .wrapper .containar .left-foot ul li { 

}

footer .wrapper .containar .left-foot ul li a { 

}

footer .wrapper .containar .left-foot ul li a img { 

}
footer .wrapper .containar .left-foot ul li a img:hover{
    transform: scale(1.2);
}

footer .wrapper .containar .container>div { 
	width: 16%;
}
footer .wrapper .containar h5 { 
    /*font-size: 18px;*/
    /*font-weight: bold;*/
    max-width: fit-content;
    /*margin-bottom: 20px;*/
}
footer .wrapper .containar .links {
    width: 12%;
}
footer .wrapper .containar .links ul { 

}
footer .wrapper .containar ul li:nth-child(n+2) { 
	margin-top: 7px;
}
footer .wrapper .containar .links ul li a { 
	font-family: 'poppinslight';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #808080;

}
footer .wrapper .containar .Contact { 
    width: 20%;
}
footer .wrapper .containar h5 { 
	border-bottom: 2px solid #C9252B;
    max-width: fit-content;
    padding-bottom: 13px;
    margin-bottom: 32px;
}
footer .wrapper .containar .Contact .contact-list:nth-child(n+2) { 
	    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .foot-bottom { 
	padding: 15px;
    border-top: 2px solid #C0C0C0;
}
footer .foot-bottom p {
    text-align: center;
    color: #808080;
}
footer .foot-bottom p a {
    font-weight: bold;
    color: #808080;
}
footer .wrapper .containar .Contact .contact-list img{
	margin-right: 8px;
}
footer .wrapper .containar .Contact .contact-list a { 
    color: #808080;
    margin: -6px 0 0 4px;
}
footer .wrapper .containar .Contact .contact-list a:last-child {
    color: #808080;
    margin: 0px;
}
/*footer a, footer p {
    color: #ffffff9e;
    font-size: 14px;
}
footer .foot-bottom p a { 
	color: #808080;
	font-weight: bold;
}
footer .foot-bottom p {
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #808080;
}*/
footer .wrapper .containar .foot-top .direction .button a{
	font-weight: 600;
	font-family: 'poppinsmedium';
	font-size: 20px;
	border: none;
    padding: 12px 18px;
    color: #808080;
}
footer .wrapper .containar .foot-top .direction .button a span{
	font-weight: normal;
	font-family: 'poppinslight';
}
div.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #C9252B;
    background-color: #63AF31;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
div.whatsapp a {
    
}
div.whatsapp a i{
    color: #fff;
}
@media all and (max-width:1800px) {
    #services .service-cards .rec {
        display: none;
    }
    #services .service-cards .rec1 {
        display: none;
    }
}
@media all and (max-width:1771px) {
    #spotlight .wrapper .container .content-box h2 {
        line-height: 52px;
        width: 89%;
        font-size: 38px;
    }
    #bussiness .wrapper .bs-container .top-section .img-box img.rec {
        display: none;
    }
    #bussiness .wrapper .bs-container .top-section .img-box img.rec1 {
        display: none;
    }
    #customers .wrapper .container .top-box img.rec {
        display: none;
    }
    #customers .wrapper .container .top-box img.rec1 {
        display: none;
    }
}
@media all and (max-width:1500px) {
    #spotlight .wrapper .container .content-box {
        background-color: hsl(3deg 60% 49%);
        width: 62%;
        /* width: 993px; */
        padding: 69px 52px;
    }
    #services .service-cards .card {
        padding: 20px;
        height: 256px;
    }
    #bussiness .wrapper .bs-container .top-section .img-box img {
        width: 555px;
        height: 410px
    }
    #bussiness .wrapper .bs-container .top-section .title-box {
        /*width: 50%;*/
         padding-top: 0px; 
    }
    #bussiness .wrapper .bs-container .top-section {
        align-items: center;
    }
    #bussiness .wrapper .bs-container .bottom-section .img-box .video img {
        width: 555px;
        height: 410px
    }
    #bussiness .wrapper .bs-container .bottom-section .img-box .video img.ply {
        width: 7%;
    }
    #customers .wrapper .container .top-box p {
        width: 50%;
    }
    #customers .wrapper .container .top-box .img-box {
        width: 65%;
    }
   /* #about .wrapper .abt-conainer .left-box .top-card h3 {
        margin: 41px -21px 46px 14px;
    }*/
   /* #about .wrapper .abt-conainer .left-box .top-card h3::before {
        content: '';
        width: 437px;
        width: 80%;
        height: 76px;
        left: 0;
        left: -317px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3 span {
        
        left: -71px;
    }*/
    #about .wrapper .abt-conainer .right-box img.rec1 {
        width: 144px;
        bottom: 0;
        right: -26px;
        top: -39px;
        height: 140px;
    }
    #about .wrapper .abt-conainer .right-box img.rec {
        position: absolute;
        width: 99px;
        height: 95px;
        left: -27px;
        top: 354px;
    }
    #about .wrapper .abt-conainer .right-box {
        width: 41%;
        position: relative;
    }
    #about .wrapper .abt-conainer .left-box {
        width: 51%;
    }
 /*   #about .wrapper .abt-conainer .left-box .top-card h3 {
        margin: 41px -21px 46px 67px;
    }*/
}
@media all and (max-width:1347px) {
    footer .wrapper .containar .Contact .contact-list a{
        font-size: 16px;
    }
    footer .wrapper .containar .Contact .contact-list img {
        width: 6%;
    }
    footer .wrapper .containar .left-foot h4 {
        font-size: 66.2076px;
    }
    footer .wrapper .containar .links {
        width: 16%;
    }
    #customers .wrapper .container .bottom-cards .cs-card .top-cstm {
        padding: 14px 0;
    }
    #customers .wrapper .container .bottom-cards .cs-card {
        padding: 9px 9px;
    }
    #about {
        padding: 113px 0 63px 0;
    }
    #about .wrapper .abt-conainer .right-box img.rec {
        display: none;
    }
    #about .wrapper .abt-conainer .right-box img.rec1 {
        display: none;
    }
/*    #about .wrapper .abt-conainer .left-box .top-card h3 {
        margin: 41px -21px 46px 67px;
        font-size: 28px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3::before {
        width: 437px;
        width: 82%;
        height: 68px;
        left: 0;
        left: -317px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3 span {
        left: -41px;
    }*/
}
@media all and (max-width:1280px) {
   /* #counter {
        display: none;
    }*/
    /*#customers {
        display: none;
    }*/
    #spotlight .wrapper .container .content-box {
        width: 67%;
    }
    #spotlight .wrapper .container .content-box h2 {
        line-height: 48px;
        font-size: 38px;
        width: 94%;
        font-size: 36px;
    }
    #spotlight .wrapper .container .content-box p {
        margin: 11px 0;
        width: 82%;
        font-size: 16px;
    }
/*    #about .wrapper .abt-conainer .left-box .top-card h3::before {
        width: 437px;
        width: 79%;
    }*/
    #counter .wrapper .counter-count .count-box .count-content h5 {
        font-size: 46px;
        line-height: 43px;
    }
    #about {
        padding: 116px 0 100px 0;
    }
    #about .wrapper .abt-conainer .right-box img.rec {
        width: 107px;
        height: 107px;
        left: -27px;
        top: 373px;
        display: none;
    }
    #about .wrapper .abt-conainer .right-box img.rec1 {
        width: 157px;
        bottom: 0;
        right: -37px;
        top: -49px;
        height: 150px;
    }
    #about .wrapper .abt-conainer .left-box {
        width: 58%;
    }
    #about .wrapper .abt-conainer .right-box {
        width: 42%;
        position: relative;
    }
    #services .service-cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
    #services .service-cards .card {
        padding: 24px;
        height: 255px;
    }
    #services {
        padding: 46px 0 36px 0;
    }
    #bussiness .wrapper .bs-container .top-section .title-box {
        width: 55%; 
    }
    #bussiness .wrapper .bs-container .top-section .img-box img {
        width: 489px;
        height: 382px;
    }
    #bussiness .wrapper .bs-container .bottom-section {
        padding-top: 78px;
    }
    #bussiness .wrapper .bs-container .bottom-section .img-box .video img {
        width: 489px;
        height: 382px;
    }
    #residence .wrapper .container .right-box {
        padding: 29px;
        width: 49%;
    }
    #residence .wrapper .container .right-box h5 {
        font-size: 22px;
        line-height: 30px;
        margin: 16px 0px;
        /* width: 100%; */
    }
    #residence .wrapper .container .right-box .right-card ul li {
        font-size: 17px;
        line-height: 28px;
        margin: 22px 0px;
    }
    #residence .wrapper .container .title-box {
        margin-top: 45px;
        width: 49%;
    }
    #residence .wrapper .container .title-box p {
        width: auto;
        line-height: 30px;
        margin: 23px 0px;
    }
    #residence .wrapper .container {
        padding: 25px 0;
    }
    footer .wrapper .containar .left-foot h4 {
        font-size: 53.2076px;
    }
    footer .wrapper .containar .left-foot ul li a img {
        width: 37px;
    }   
    footer .wrapper .containar .left-foot ul {
        margin-top: 12px;
    }
    #customers .wrapper .container .bottom-cards .cs-card .top-cstm {
        padding: 3px 0;
    }
    #customers .wrapper .container .bottom-cards .cs-card {
        padding: 20px 20px;
    }
    #customers .wrapper .container .top-box p {
        width: 80%;
        margin-top: 24px;
        margin-bottom: 21px;
    }
    #customers {
        padding: 2em 0;
    }
    #customers .wrapper .container .top-box .img-box {
        width: 76%;
        padding: 12px 21px;
    }
}
@media all and (max-width:1180px) {
    header .header-content .nav .menu li {
        margin-right: 42px;
    }
   /* #spotlight {
        display: none;
    }*/
    #bussiness .wrapper .bs-container .top-section .title-box {
        width: 100%;
    }
    #bussiness .wrapper .bs-container .top-section .img-box {
        width: 40%;
    }
    #bussiness .wrapper .bs-container .top-section .img-box img {
        width: 389px;
        height: 332px;
    }
    #bussiness .wrapper .bs-container .bottom-section .title-box {
        width: 48%;
    }
    #bussiness .wrapper .bs-container .bottom-section .img-box .video img {

        width: 428px;
        height: 291px;
    }
    #bussiness .wrapper .bs-container .bottom-section .img-box .video img.ply {
        left: 189px;
    }
    #bussiness .wrapper .bs-container .title-box p {
        font-size: 16px;
    }
    footer .wrapper .containar .links {
        width: 14%;
    }
    footer .wrapper .containar .Contact {
        width: 27%;
    }
    footer .wrapper .containar .links {
        width: 17%;
    }
/*    #about .wrapper .abt-conainer .left-box .top-card h3::before {
        width: 91%;
        height: 61px;
        left: 0;
        left: -333px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3 {
        margin: 41px -21px 46px 124px;
        font-size: 27px;
    }*/
}
@media all and (max-width:1084px) {
    #about {
        padding: 106px 0 12px 0;
    }
  /*  #about .wrapper .abt-conainer .left-box .top-card h3 span {
        left: -46px;
    }*/
    #about .wrapper .abt-conainer .left-box {
        width: 61%;
    }
    #spotlight .wrapper .container .content-box {
        width: 71%;
            padding: 56px 31px;
    }
    #spotlight .wrapper .container .content-box h2 {
        line-height: 38px;
        font-size: 34px;
        width: 100%;
        /*font-size: 34px;*/
    }
     #spotlight .wrapper .container .content-box p {
        width: 100%;
    }
}
@media all and (max-width:980px) { 
   /* header .header-content .nav .menu {
         display: none;
    }*/
   .menu {
    display: none;
    }
    /*header i.zmdi-menu {
        display: none;
    }
    header .zmdi-close {
        display: none;
    }*/
    #spotlight .wrapper .container .content-box h2 {
        font-size: 32px;
    }
    #spotlight .wrapper .container .content-box .bg-button {
        padding: 14px 23px;
        font-size: 15px;
        display: inline-block;
    }
    /* header  img.menu {
        display: block;
        color: #fff;
        font-size: 34px;
        position: absolute;
        bottom: 0;
        top: 31px;
        right: 45px;
    }
     header  img.close {
         position: absolute;
        width: 32px;
        height: 32px;
        right: 27px;
        top: 11px;
        z-index: 3;
        cursor: pointer;
        color: #fff;
        font-size: 30px
     }*/
    
    header .wrapper #mobile-menu {
       /*display: none;
        background-color: rgb(0, 0, 0, 4.6);
        width: 35%;
        height: 100vh;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 50px;
        padding-top: 58px;
        padding-left: 20px;*/
        background-color: rgb(0, 0, 0, 4.6);
        width: 100%;
        height: 100vh;
        z-index: 2;
        position: absolute;
        margin: 0 auto;
        top: 0px;
        text-align: center;
        right: 0;
        line-height: 50px;
        padding-top: 97px;
        /* padding-left: 20px; */
    }
        
    header .wrapper #mobile-menu ul {
        display: block;
    }
    header .wrapper #mobile-menu ul  li a {
        color: #646464;
    }
    header i.zmdi-close {
        position: absolute;
        width: 32px;
        height: 32px;
        right: 27px;
        top: 11px;
        z-index: 3;
        cursor: pointer;
        color: #fff;
        font-size: 30px;
    }
    header i.zmdi-menu {
        display: block;
        color: #fff;
        font-size: 34px;
        position: absolute;
        bottom: 0;
        top: 31px;
        right: 45px;
    }
    header .header-content .nav .menu {
        display: none;
    }
    header .header-content .book {
        margin: 0 auto;
    }
   #about .wrapper .abt-conainer .right-box img.rec1 {
        width: 83px;
        bottom: 0;
        right: -14px;
        top: -18px;
        height: 83px;
    }
    #about .wrapper .abt-conainer .left-box {
        width: 60%;
    }
    #about .wrapper .abt-conainer .right-box {
        width: 39%;
    }
/*    #about .wrapper .abt-conainer .left-box .top-card h3 {
        margin: 33px -66px 33px 207px;
        font-size: 26px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3::before {
        width: 47%;
        height: 61px;
        left: 0;
       
    }
     #about .wrapper .abt-conainer .left-box .top-card h3 span {
        left: 16px;
       
    }*/
     p {
        font-size: 16px;
    }
    footer .wrapper .containar h5 {
        padding-bottom: 8px;
        margin-bottom: 23px;
    }
    footer .container .links ul li a {
        font-size: 16px;
        line-height: 30px;
    }

   #document .wrapper .doc-content .card .top-card .img-box {
        width: 137px;
        height: 137px;
    }
    #document {
        padding: 61px 0;
    }
    #bussiness .wrapper .bs-container .top-section {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
     #bussiness .wrapper .bs-container {
        display: block;
     }
     #bussiness .wrapper .bs-container .top-section .img-box {
        width: auto; 
        margin: 0 auto;
        text-align: center;
    }
    #bussiness .wrapper .bs-container .top-section .img-box img {
           width: 428px;
            height: 291px;
            margin: 0 auto;
    }
    #bussiness .wrapper .bs-container .bottom-section .title-box {
        width: 100%;
        text-align: center;
        margin-top: 39px;
    }
    #bussiness .wrapper .bs-container .bottom-section .img-box {
     width: auto; 
        margin: 0 auto;
        text-align: center;
    }
    #bussiness .wrapper .bs-container .bottom-section {
        padding-top: 54px;
        flex-direction: column;
    }
    #bussiness .wrapper .bs-container .top-section .title-box {
        width: 100%;
        margin-top: 41px;
    }
    #residence .wrapper .container {
        padding: 38px 0;
        flex-wrap: wrap;
    }
    #residence .wrapper .container .title-box {
        margin-top: auto;
            margin-bottom: 30px;
        width: 100%;
        /* text-align: center; */
    }
    #residence .wrapper .container .title-box h3 {
         width: auto; 
        /* height: 102px; */
        color: #262B2E;
        text-align: center;
    }
    #residence .wrapper .container .title-box p {
        width: auto;
        line-height: 22px;
        margin: 23px 0px;
    }
    #residence .wrapper .container .title-box p:last-child {
        /* margin: 0; */
    }
    #residence .wrapper .container .right-box {
        padding: 29px;
        width: 74%;
        /* margin: 0 auto; */
        height: auto;
    }
    #residence .wrapper .container .right-box h5 {
        font-size: 22px;
        line-height: 30px;
        margin: 16px 0px;
        /* width: 100%; */
    }
    footer .wrapper .containar .left-foot ul {
        justify-content: center;
    }
    footer .wrapper .containar .left-foot {
        width: 100%;
    }
    footer .wrapper .containar h5 {
        padding-bottom: 6px;
        margin-bottom: 17px;
    }
    footer {
        /* padding: 100px 0 0; */
        padding: 20px 0 0;
    }
    footer .wrapper .containar .left-foot {
        width: 100%;
        margin-bottom: 25px;
    }
    footer .wrapper .containar .links ul li a {
        font-size: 16px;
    }
    /*#bussiness .wrapper .bs-container .top-section .img-box img.rec1 {
        display: block;
    }
    #bussiness .wrapper .bs-container .top-section .img-box img.rec {
        display: block;
    }*/
    #customers .wrapper .container .top-box h3 { 
        font-size: 29px;
    }
    #customers .wrapper .container .top-box h3 span{ 
       font-size: 29px;
    }
    #customers .wrapper .container .top-box .img-box img {
        width: 12%;
    }
    #customers .wrapper .container .top-box .img-box h6 {
        font-size: 15px;
    }
    #customers .wrapper .container .bottom-cards {
        padding-top: 5px;
        }
    #customers .wrapper .container .top-box .img-box {
        width: 89%;
        padding: 9px 12px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3 {
        font-size: 29px;
    }
}
@media all and (max-width:840px) { 
    h5 {
        font-size: 18px;
    }
    #spotlight {
        height: 77vh;
        /* padding: 170px 0; */
        position: relative;
    }
    #spotlight .wrapper .container .content-box {
        width: 79%;
        padding: 54px 17px;
        text-align: left;
        margin: 0 auto;
        left: 10px;
    }
    #about .wrapper .abt-conainer .left-box {
        /*width: 100%;*/
        width: fit-content;
    }
    #about .wrapper .abt-conainer .right-box {
        width: 60%;
        margin: 0 auto;
    }
    #about .wrapper .abt-conainer {
        display: block;
    }
    #about .wrapper .abt-conainer .left-box .bottom-card {
        margin: 18px 0;
    }
     #about .wrapper .abt-conainer .left-box .bottom-card h5 {
        font-size: 18px;
        margin-bottom: 14px;
    }
/*    #about .wrapper .abt-conainer .left-box .top-card h3 {
        margin: 33px -66px 33px 30px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3::before {
        width: 36%;
        height: 59px;
    }*/
    #about .wrapper .abt-conainer .right-box {
        /*width: 85%;*/
        width: 59%;
    }
      #about .wrapper .abt-conainer .right-box img.rec1 {
        display: none;
    }
    #services .service-cards {
        grid-template-columns: 1fr 1fr;
    }
    #services .service-cards .card p {
        width: 75%;  
    }
    #document .wrapper .doc-content {
        display: grid;
        padding: 20px 0 0 0;
        grid-template-columns: 1fr 1fr;
    }
    #document .wrapper .doc-content .card .bottom-card img.vect {
        width: 0px;
    }
     #document .wrapper .doc-content .card:nth-child(3) {
            margin-top: 40px;
     }
     #document .wrapper .doc-content .card {
        margin: 0 auto;
        width: 46%;
    }
    #residence .wrapper .container {
        padding: 32px 0;
    }
    footer .wrapper .containar .left-foot {
        width: 100%;
        margin-bottom: 21px;
    }
    footer .wrapper .containar .links {
        width: 15%;
    }
    footer .wrapper .containar h5 {
        padding-bottom: 4px;
        margin-bottom: 17px;
    }
    footer .container .links ul li a {
        font-size: 14px;
        line-height: 27px;
    }
    footer .wrapper .containar .Contact {
        width: 34%;
    }
    footer .wrapper .containar h5 {
        padding-bottom: 4px;
        margin-bottom: 17px;
        font-size: 18px;
    }
    footer .wrapper .containar .Contact .contact-list img {
        width: 4%;
    }
}
@media all and (max-width:768px) { 
    #services .service-cards .card p {
        width: 83%;
    }
    header .header-content .book .bg-button {
        padding: 14px 20px;
        font-size: 14px;
    }
    
    #services .title-box h3 {
        width: 69%;
        font-size: 19px;
    }
     #services .title-box h3 span {
        width: 70%;
        font-size: 19px;
     }
/*     #about .wrapper .abt-conainer .left-box .top-card h3 {
        margin: 33px -66px 33px 66px;
    }*/
}
@media all and (max-width:748px) { 
    footer .wrapper .containar .Contact {
        width: 69%;
    }
    footer .wrapper .containar .links {
        width: 25%;
    }
    footer .wrapper .containar .Contact .contact-list a {
        font-size: 14px;
    }
}
@media all and (max-width:680px) {
    #counter .wrapper .counter-count .count-box b {
        font-size: 17px;
        line-height: 13px;
    }
    #counter .wrapper .counter-count .count-box .count-content h5 {
        font-size: 34px;
        line-height: 43px;
    }
    #spotlight .wrapper .container .content-box h2 {
        font-size: 30px;
    }
    #spotlight .wrapper .container .content-box {
        width: 79%;
        padding: 34px 17px;
        text-align: left;
        margin: 0 auto;
        left: 10px;
    }
        #about .wrapper .abt-conainer .left-box .top-card h3 {
        font-size: 24px;
    }
    #spotlight {
        height: 65vh;
    }
    #services .service-cards .card p {
        width: 97%;
    }
    #services .title-box h3 {
        width: 90%;
        font-size: 19px;
     }
     #services .title-box h3 span {
        width: 90%;
        font-size: 19px;
     }
     #document .wrapper .doc-content .card .bottom-card {
        display: none;
    }
    #residence .wrapper .container .right-box {
        width: 90%;
        /* margin: 0 auto; */
        margin: 0 auto;
    }
    #customers .wrapper .container .top-box p {
        width: 97%;
    }
     .title-box h3 {
        font-size: 24px;
        line-height: 38px !important;
    }
    .title-box h3 span {
        font-size: 24px;
        line-height: 38px !important;
    }
    #customers .wrapper .container .top-box h3 {
         font-size: 24px;
        line-height: 38px !important;
    }
     #customers .wrapper .container .top-box h3 span {
         font-size: 24px;
        line-height: 38px !important;
    }
/*    #about .wrapper .abt-conainer .left-box .top-card h3::before {
        width: 39%;
        height: 59px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3 {
        margin: 33px -66px 33px 111px;
    }*/
}

@media all and (max-width:580px) { 
        .title-box h3 {
            font-size: 22px;
            line-height: 30px;
        }
        .title-box h3 span {
        font-size: 22px;
        line-height: 30px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3 {
        font-size: 22px;
    }
    /*#about .wrapper .abt-conainer .left-box .top-card h3 {
        margin: 33px -66px 33px 156px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3::before {
        width: 43%;
        height: 59px;
    }*/
    #counter {
        background: #212529;
        padding: 43px 0;
    }
    #spotlight {
        height: 52vh;
    }
    #spotlight .wrapper .container .content-box {
        width: 89%;
        padding: 17px 13px;
        text-align: left;
        margin: 0 auto;
        left: 10px;
    }
    #spotlight .wrapper .container .content-box h2 {
        font-size: 26px;
        line-height: 33px;
    }
    #spotlight .wrapper .container .content-box .bg-button {
        padding: 14px 23px;
        font-size: 13px;
        display: inline-block;
    }
    #spotlight .wrapper .container .content-box p {
        margin-bottom: 10px;       
         font-size: 14px;
    }
    header .header-content .book {
        display: none;
    }
    header .wrapper #mobile-menu .book { 
        display: block;
    }

    header .wrapper #mobile-menu .book .bg-button { 

        color: hsl(0deg 0% 97%);
        font-weight: bold;
        padding: 1px 37px;
        border-radius: 8px;
        font-size: 16px;
        font-family: 'poppinslight';
        font-style: normal;
        font-weight: bold;
        display: inline-block;
        border: 2px solid hsl(0, 0%, 90%);
    }

    #services .service-cards {
        grid-template-columns: 1fr;
    }
    #services .service-cards .card {
        height: 222px;
    }
    #about .wrapper .abt-conainer .right-box {
        width: 100%;
        margin: 0 auto;

    }
    #services .title-box h3 {
        width: 100%;
        font-size: 20px;
    }
    #services .title-box h3 span {
         width: 100%;
        font-size: 20px;
    }
    #residence .wrapper .container .right-box {
        width: 100%;
    }
    #residence .wrapper .container .right-box h5 {
        font-size: 21px;
        /*line-height: 30px;*/
        margin: 6px 0px;
        /* width: 100%; */
    }
    #residence .wrapper .container .right-box .right-card ul li {
        font-size: 16px;
        line-height: 25px;
        margin: 19px 0px;
    }
     #customers .wrapper .container .top-box h3 {
         font-size: 22px;
        line-height: 38px !important;
    }
     #customers .wrapper .container .top-box h3 span {
         font-size: 22px;
        line-height: 38px !important;
    }
    #customers .wrapper .container .bottom-cards .cs-card {
        padding: 13px 18px;
    }
    #customers .wrapper .container .top-box .img-box {
        width: 100%;
    }
    #customers .wrapper .container .top-box .img-box h6 {
        margin: 0 1px;
    }
    #customers .wrapper .container .top-box p {
        width: 100%;
    }
    #document .wrapper .title-box h3 {
        font-size: 20px;
    }
    #document .wrapper .title-box h3 span {
        font-size: 20PX;
    }
}
@media all and (max-width:510px) { 
    /*#about .wrapper .abt-conainer .left-box .top-card h3 {
        font-size: 22px;
    }
    #about .wrapper .abt-conainer .left-box .top-card h3 span{

        font-size: 22px;
    }*/
}
#about .wrapper .abt-conainer .left-box .top-card h3
@media all and (max-width:480px) { 
    #customers .wrapper .container .bottom-cards .cs-card .top-cstm {
        padding: 14px 0;
        justify-content: start;
        margin: 7px 0;
    }
    #customers .wrapper .container .bottom-cards .cs-card .top-cstm img {
        margin: 0 2px 0 0;
        width: 18%;
    }
    #customers .wrapper .container .bottom-cards .cs-card .top-cstm .reviews .stars {
        width: 60%;
    }
    #customers .wrapper .container .bottom-cards .cs-card .top-cstm .reviews .stars img {
        width: 100%;
        display: block;
    }
    header .header-content .logo a img {
        width: 100%;
        display: block;
    }
     header .header-content .logo {
        width: 30%;
     }
     #spotlight .wrapper .container .content-box h2 {
        font-size: 21px;
        line-height: 33px;
    }
    #spotlight {
        height: 46vh;
    }
       #document .wrapper .title-box h3 {
            font-size: 18px;
        }
        #document .wrapper .title-box h3 span{
            font-size: 18px;
        }
        #bussiness .wrapper .bs-container .top-section .img-box img {
            width: 340px;
            height: 210px;
        }
        #bussiness .wrapper .bs-container .bottom-section .img-box .video img {
             width: 340px;
            height: 210px;
        }
        #bussiness .wrapper .bs-container .bottom-section .img-box .video img.ply {
            left: 160px;
        }
        #residence .wrapper .container .right-box h5 {
        font-size: 17px;
            line-height: 30px;
            margin: 6px 0px;
            font-weight: bold;
            /* width: 100%; */
        }
        footer .wrapper .containar .left-foot {
            width: 43%;
            margin-bottom: 21px;
        }
        #residence .wrapper .container .right-box .right-card ul li {
            font-size: 14px;
            line-height: 25px;
            margin: 19px 0px;
        }
        #residence .wrapper .container .right-box .right-card ul li img {
            width: 18px;
            margin-right: 8px;
            /* margin-top: -26px; */
            display: block;
        }
        footer .wrapper .containar .left-foot h4 {
            font-size: 39.2076px;
        }
        footer .wrapper .containar .left-foot ul li a img {
            width: 27px;
        }
        footer .wrapper .containar .left-foot ul {
            margin-top: 1px;
        }
        /*#residence .wrapper .container {
            padding: initial;
        }*/
       /* #residence .wrapper .container {
            padding: initial;
            justify-content: start;
            padding: 0 0px 0 24px;
        }*/
        footer .wrapper .containar .Contact {
            width: 54%;
            /* text-align: center; */
            /* justify-content: center; */
            /*margin: 0 auto;*/
            margin-bottom: 21px;

        }
        footer .wrapper .containar .links {
            width: 100%;
            /*margin: 0 auto;*/
             text-align: center; 
            margin-bottom: 17px;
        }
       footer .wrapper .containar h5 {
            font-size: 18px;
            margin: 0 auto;
            margin-bottom: 7px;
            padding-bottom: 10px;
            /* text-align: center; */
        }
        footer .wrapper .containar {
            padding: 12px 0;
        }
        footer .wrapper .containar {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            /* margin-bottom: 30px; */
            padding: 12px 0;
        }
    footer .wrapper .containar .Contact .contact-list img {
        width: 6%;
    }
    footer .wrapper .containar {
        padding: 12px 0;
    }
    footer .foot-bottom p {
        font-size: 14px;
    }
    #counter .wrapper .counter-count .count-box {
        text-align: center;
        margin-bottom: 32px;
    }
    #counter .wrapper .counter-count {
        display: block;
    }
    #counter .wrapper .counter-count .count-box:last-child {
        margin-bottom: 0px;
    }
}
@media all and (max-width:420px) { 
    #services .title-box h3 {
        width: 100%;
        font-size: 15px;
    }
    p {
        font-size: 14px !important;
    }
    #services .title-box h3 span {
        width: 100%;
        font-size: 15px;
    }
   #document .wrapper .doc-content .card .bottom-card {
        display: none;
    }
    #document .wrapper .doc-content {
        grid-template-columns: 1fr;
    }
    #bussiness .wrapper .bs-container .bottom-section .title-box {
        margin-top: 1px;
    }
    footer .foot-bottom p {
        font-size: 14px;
        line-height: 21px;
    }
}
@media all and (max-width:400px) { 
    #spotlight .wrapper .container .content-box h2 {
        font-size: 20px;
        line-height: 27px;
    }
    #spotlight .wrapper .container .content-box {
        width: 97%;
        padding: 17px 13px;
        text-align: left;
        margin: 0 auto;
        /* top: 93px; */
        left: -2px;
    }
    #spotlight {
        height: 43vh;
    }
    #spotlight .wrapper .container .content-box p {
        margin-bottom: 10px;
        font-size: 12px;
    }
}
@media all and (max-width:380px) { 
     .title-box h3 {
        font-size: 20px;
        line-height: 38px !important;
    }
    .title-box h3 span {
        font-size: 20px;
        line-height: 38px !important;
    }
    #customers .wrapper .container .top-box h3 span {
        font-size: 20px;
        line-height: 38px !important;
    }
    #customers .wrapper .container .top-box h3 {
        font-size: 20px;
        line-height: 11px !important;
        /* width: 100%; */
    }
    #customers {
        padding: 6px 0;
    }
    #customers .wrapper .container .bottom-cards .cs-card {
        padding: 4px 5px;
    }
    #customers .wrapper .container .top-box .img-box h6 {
        font-size: 12px;
    }
     #bussiness .wrapper .bs-container .top-section .img-box img {
        width: 286px;
        height: 184px
    }
    #bussiness .wrapper .bs-container .bottom-section .img-box .video img.ply {
        left: 123px;
    }
    #bussiness .wrapper .bs-container .bottom-section .img-box .video img {
        width: 286px;
        height: 184px
    }
    #bussiness .wrapper .bs-container .bottom-section {
        padding-top: 33px;
        flex-direction: column;
    }
    #residence .wrapper .container .right-box .right-card ul li {
        font-size: 14px;
        line-height: 23px;
        margin: 11px 0px;
    }
    #residence .wrapper .container .right-box {
        padding: 17px;
    }
    #residence .wrapper .container .right-box h5 {
        font-size: 16px;
        line-height: 25px;
        margin: 2px 0px;
    }
    #residence .wrapper .container .right-box .right-card ul li {
        font-size: 14px;
        line-height: 23px;
        margin: 11px 0px;
    }
    .modal .wrapper .modal-content .right-part form .button {
        width: 231px;
        height: 40px;
        margin: 0 auto;
        /* margin: 6px 0px 0 0; */
        margin-top: 6px;
    }
    .modal .wrapper .modal-content .right-part form .button .bg-button {
        font-size: 14px;
    }
}
 @media all and (max-width:360px) { 
     #bussiness .wrapper .bs-container .top-section .img-box img {
        width: 100%;
    }
    
    #bussiness .wrapper .bs-container .bottom-section .img-box .video img {
        width: 100%;
    }
}