@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
.n{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 99999;
    border-bottom: 1px solid #0002;
}
.n li{
    display: inline-block;
    float: right;
    margin-left: 20px;
}
.n li a{
    color: #404040;
    font-family: 'DM Sans';
    font-size: 15px;
    letter-spacing: 0.5px;
}
@media (min-width: 768px){
.m{
    display: none;
}
}
@media (max-width: 768px){
    .n{
        display: none;
    }


.m{
     width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 99999;
    padding-left: 20px;
    padding-right: 20px;
}
.m img{
    width: 90px;
    
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.toggle{
background: #000;
font-size: 23px;
cursor: pointer;
float: right;
height: 40px;
border-radius: 5px;
width: 40px;
line-height: 40px;
color: #fff;
text-align: center;
margin-top: 10px;

}
.sidenav li{
  margin-top: -20px;
   padding-top: -20px;
   list-style: none;
}
.sidenav li a {
  color: #fff;
  font-family:'DM Sans' ;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-left: 20px;
  
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
  
}
}
.images{
	width: 100%;
	height: 350px;
	background: #f8f9fa;
	border: 1px solid #ddd;
}
.images img{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	margin-top: 120px;
}
.logo_box{
	width: 140px;
}
.details_box{
	margin-top: 120px;
}
.details_box .of_name{
	font-size: 28px;
	letter-spacing: 0.5px;
	font-family: sans-serif;
	font-weight: 600;
	color: #404040;
}
.details_box .star_box{
	width: 260px;
	height: 40px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	text-align: center;
	background: #fab758;
	border-radius: 6px;
}
.details_box .star_box li{
	list-style: none;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: "DM Sans";
}
.details_box .star_box li span{
	margin-right: 10px;
	color: #fff;
	font-size: 22px;
}
.details_box .location{
	font-size: 18px;
	font-family: 'DM Sans';
	letter-spacing: 0.6px;
	font-weight: 500;
	padding-bottom: 5px;
	margin-top: 3px;
}
.details_box .location i{
	margin-right: 8px; 
	font-size: 19px;
}
.details_box .haur i{
	margin-right: 10px; 
	font-size: 24px;
}
.details_box .hour{
	font-size: 17px;
	font-family: 'DM Sans';
	letter-spacing: 0.6px;
	font-weight: 500;
}

@media(max-width: 768px){
	.images{
	width: 100%;
	height: 360px;
	background: #f8f9fa;
	border: 1px solid #ddd;
	margin-top: 50px;
}
.logo_box{
	width: 100%;
}
.images img{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px;
	
}
.logo_box{
	width: 140px;
}
.details_box{
	margin-top: 20vh;
}
.details_box .of_name{
	font-size: 16px;
	letter-spacing: 0.5px;
	font-family: sans-serif;
	font-weight: 600;
	color: #404040;
}
.details_box .star_box{
	width: 200px;
	height: 40px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	text-align: center;
	background: #fab758;
	border-radius: 6px;
}
.details_box .star_box li{
	list-style: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "DM Sans";
	font-weight: 500;
}
.details_box .star_box li span{
	margin-right: 6px;
	color: #fff;
	font-size: 18px;
}
.details_box .location{
	font-size: 15px;
	font-family: 'DM Sans';
	letter-spacing: 0.4px;
	font-weight: 500;
	padding-bottom: 5px;
	margin-top: 3px;
}
.details_box .location i{
	margin-right: 5px; 
	font-size: 15px;
}
.details_box .haur i{
	margin-right: 10px; 
	font-size: 24px;
}
.details_box .hour{
	font-size: 17px;
	font-family: 'DM Sans';
	letter-spacing: 0.6px;
	font-weight: 500;
}
}
.d_box{
width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    margin-top: 180px;
    margin-bottom: 190px;
    box-shadow: 0px 1px 3px #0003;
    border-radius: 9px;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.d_box .s{
    margin-left: 20px;
    font-size: 22px;
    font-family: 'DM Sans';
}
.d_box .d{
    margin-left: 20px;
    font-size: 17px;
    font-family: 'DM Sans';
    margin-top: -10px;
}
.d_box .f{
    margin-left: 20px;
    font-size: 17px;
    font-family: 'DM Sans';
    margin-top: -15px;
}
.d_box .g{
    margin-left: 20px;
    font-size: 17px;
    font-family: 'DM Sans';
    margin-top: -30px;
}
.border1{
    display: none;
}
.d_body{
    border: none;
    border-top: none;
}
.d_body::-webkit-scrollbar {
    display: none;
}
.d_body::-webkit-scrollbar-thumb {
   display: none;
}
.container{
    padding: 0px;
}
.d_box_header{
	height: 100px;
}
.total_box_header{
	height: 210px;
}
.total_review{
	font-size: 23px;
	font-weight: 500;
	font-family: 'DM Sans';
	color: #2a5372;
}
.total_star{
	margin-top: -20px;
}
.d_body{
	width: 100%;
	height: 900px;
	overflow: auto;
}
.d_body::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    border-radius: 0 8px 8px 0;
    border: 1px solid #ddd;
}
.d_body::-webkit-scrollbar-thumb {
    background: #0005;
    border-radius: 0 8px 8px
px
 0;
}
.about{
	font-size: 26px;
	font-weight: 500;
	font-family: 'DM Sans';
	margin-top: 35px;
}
.p_about{
	font-size: 18px;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
	line-height: 30px;
	font-weight: 400;
	color: #404040;
}

@media (max-width: 768px){
	.total_box_header{
	height: 190px;
	border-top: 1px solid#ddd;
}
	.about{
	font-size: 23px;
	font-weight: 500;
	font-family: 'DM Sans';
	margin-top: 35px;
}
.d_box .s{
    margin-left: 10px;
    font-size: 20px;
    font-family: 'DM Sans';
}
.d_box .d{
    margin-left: 10px;
    font-size: 16px;
    font-family: 'DM Sans';
    margin-top: -10px;
}
.d_box .f{
    margin-left: 10px;
    font-size: 17px;
    font-family: 'DM Sans';
    margin-top: -30px;
}
.d_box .g{
    margin-left: 10px;
    font-size: 17px;
    font-family: 'DM Sans';
    margin-top: -20px;
}
.p_about{
	font-size: 15px;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
	line-height: 20px;
	font-weight: 400;
	color: #404040;
}
.total_review{
	font-size: 20px;
	font-weight: 500;
	font-family: 'DM Sans';
	color: #2a5372;
	margin-top: -10px;
}
.total_star{
	margin-top: -20px;
	font-size: 20px;
}
}
.sum_box{
	height: 80px;
}
.sum_box p{
	font-size: 18px;
	font-weight: 400;
	font-family: 'DM Sans';
	margin-top: 15px;
	color: #404040;
}
.sum_box p i{
	margin-right: 7px;
	color: #2a5372;
}
.border1{
	width: 100%;
	border: 1px solid #ddd;
}
.serv_box a{
	font-size: 17px;
}
.serv{
	margin-top: 21px;
}
.serv li{
	border: 1px solid #2a5372;
	display: inline-block;
	margin: 7px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	transition: 0.5s;
}
.serv li:hover{
	background: #2a5372;
}
.serv a{
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #404040;
	font-family: 'DM Sans';
	font-weight: 500;
	text-decoration: none;
	color: #2a5372;
}
.serv a:hover{
	color: #fff;
}

@media (max-width:  768px){
	.sum_box{
	height: 130px;
}
.sum_box p{
	font-size: 15px;
	font-weight: 400;
	font-family: 'DM Sans';
	margin-top: 15px;
	color: #404040;
}
.serv {
    margin-top: 28px;
}
.serv li{
	border: 1px solid #2a5372;
	display: inline-block;
	margin: 0px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 5px;
	transition: 0.5s;
	width: 100%;
}
.serv li:hover{
	background: #2a5372;
}
.serv a{
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #404040;
	font-family: 'DM Sans';
	font-weight: 500;
	text-decoration: none;
	color: #2a5372;
}
}
.d_box_h1{
	font-size: 25px;
	font-weight: 500;
	font-family: 'DM Sans';
	text-align: center;
	letter-spacing: 0.5px;
	margin-top: 40px;
}
.d_box_p{
	color: #0009;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	font-family: 'DM Sans';
	line-height: 30px;
}
.btn{
	width: 100%;
	text-align: center;
}
.buton{
	margin: auto;
	width: 160px;
	height: 37px;
	margin-top: 10px;
	background: #2a5372;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
}
#star{
	font-size: 20px;
	color: #fab758;
	padding-top: 20px;
	padding-bottom: 20px;
}
#star_text{
	font-size: 19px;
	margin-left: 10px;
	position: absolute;
	left: 190px;
	top: 25px;
	font-family: 'DM Sans';
	font-weight: 500;
}
.rev{
	font-size: 23px;
	letter-spacing: 0.5px;
	color: #2a5372;
	font-family: 'DM Sans';
	font-weight: 500;
}

.review_box{
	width: 100%;
	height: 170px;
	border: 1px solid #ddd;
	overflow: auto;
	position: relative;
	margin-bottom: 20px;
}
.review_box img{
	width: 50px;
	margin-top: 37px;
	margin-left: 20px;
	}
.review_box b{
	position: absolute;
	top: 20px;
	left: 105px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
}
.card-body{
	margin-left: 34px;
	position: absolute;
	top: 48px;
	left: 58px;
}
.card-stars{
	top: 28px;
	left: 53px;
}
.card-body i{
	font-size: 13px;
}
.date{
	margin-left: 105px;
	font-size: 13px;
	position: absolute;
	top: 90px;

}
.t_name{
	margin-left: 105px;
	font-size: 14px;
	position: absolute;
	top: 70px;
	color: #2a5372;
	font-weight: 500;
	letter-spacing: 0.5px;

}
.comment{
	position: absolute;
	top: 120px;
	margin-left: 20px;
	font-size: 17px;
	font-weight: 500;
	font-family: 'DM Sans';
}


@media (max-width:  768px){
  
	#review{
		padding: 0px;
		border: none;
		box-shadow: none;
	}
#wr{
    margin-bottom: 30px;
}
	.t_name{
	margin-left: 105px;
	font-size: 14px;
	position: absolute;
	top: 0px;
	color: #2a5372;
	font-weight: 500;
	letter-spacing: 0.5px;

}
	.review_box{
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	padding: 20px 10px 0px 10px;
}
	.review_box img{
	width: 30px;
	margin-top: 12px;
	margin-left: 5px;
	}
.review_box b{
    top: -15px;
    left: 12px;
    position: relative;
    font-size: 14px;
    font-weight: 300px;
    font-family: 'DM Sans';
    color: #404040;
}
.review_box .card-body{
    top: -40px;
    left: 0px;
    position: relative;
    font-size: 14px;
    font-weight: 300px;
    font-family: 'DM Sans';
    color: #404040;
}
.review_box .date{
        top: -50px;
    width: 100%;
    left: -58px;
    position: relative;
    font-size: 12px;
    font-weight: 300px;
    font-family: 'DM Sans';
    color: #404040
}
.review_box .comment{
       top: -40px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'DM Sans';
    color: #404040;
    bottom: 0px;
    margin-bottom: 0px;
    left: -15px;
}
}
.modal-content{
	height: 350px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 60px;

}
.modal-title{
	font-size: 18px;
	font-family: 'DM Sans';
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
.modal-body{
}
.modal-body i{
	font-size: 20px;

}
.modal-header button{
	font-size: 30px;
}
.modal-body .form-group input{
	font-size: 16px;
	height: 40px;
	border: 1px solid #ddd;
	padding-left: 20px;
	font-family: "DM Sans";
	letter-spacing: 0.5px;
}
.modal-body .form-group textarea{
	font-size: 16px;
	height: 80px;
	border: 1px solid #ddd;
	padding-left: 20px;
	font-family: "DM Sans";
	letter-spacing: 0.5px;
	margin-top: 20px;
	padding-top: 10px;
}
.modal-body .form-group .btn{
	height: 40px;
	margin-top: 15px;
	font-size: 16px;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
}
@media (min-width: 768px){
    .rb{
    display: none;
}
}
@media (max-width: 768px){
    .modal-content{
	height: 350px;
	margin-top: 160px;
	padding-left: 20px;
	padding-right: 20px;

}
.modal-body{
    margin-top: 80px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
}
.modal-body h4 i{
    font-size: 30px;
    margin-bottom: 15px;
}
.modal-body p{
    text-align: center;
    font-size: 23px;
    font-family: "DM Sans";
    padding: 10px;
}

#wr{
    display: none;
}

#review_modal{
    margin-top: 50px;
    width: 100%;
    padding-top: 60px;
}
#name{
    margin-top: 0px;
}
}
#name{
    margin-top: 0px;
}

/*Pages start*/
.bx{
	width: 100%;
	height: 290px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0px 1px 5px #0002;
	margin-top: 40px;
	position: relative;
}
.bx img{
	width: 60px;
	border-radius: 50%;
	position: absolute;
	top: 45px;
	left: 30px;
}
.bx .nm{
	position: absolute;
	left: 120px;
	top: 20px;
	font-weight: 500;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
	color: #404040;
	font-size: 20px;
}
.bx .nm i{
	left: 250px;
	color: green;
}
.bx .loc{
	position: absolute;
	top: 58px;
	left: 120px;
	font-family: 'DM Sans';
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 15px;
}
.bx .stars{
	position: absolute;
	left: 120px;
	top: 73px;
}
.bx .stars #star i{
	font-size: 17px;
}

.bx .sn{
	margin-top: 140px;
	margin-left: 34px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'DM Sans';
	color: #404040;
	letter-spacing: 0.5px;
}
.bx li{
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	background: #0009;
	margin-left: 30px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.dm_footer span{
    line-height: 27px;
} 

@media (max-width: 768px){
	#ii{
		padding: 0px;
	}
	.bx{
	width: 100%;
	height: 420px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0px 1px 5px #0002;
	margin-top: 40px;
	position: relative;
}
.bx img{
	width: 40px;
	border-radius: 50%;
	position: absolute;
	top: 45px;
	left: 20px;
}
.bx .nm{
	position: absolute;
	left: 80px;
	top: 20px;
	font-weight: 500;
	font-family: 'DM Sans';
	letter-spacing: 0.5px;
	color: #404040;
	font-size: 14px;
}

.bx .nm i{
	left: 250px;
	color: green;
}
.bx .loc{
	position: absolute;
	top: 50px;
	left: 80px;
	font-family: 'DM Sans';
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 14px;
}
.bx .stars{
	position: absolute;
	left: 80px;
	top: 65px;
}
.bx li{
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	margin-left: 30px;
	color: #0009;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: 500;
	border: 1px solid #0009;
	margin-bottom: 14px;
	border-radius: 5px;
}
}
.dm_footer{
	width: 100%;
	height: 60px;
	bottom: 0px;
	position: absolute;
	border-top: 1px solid #ddd;
	line-height: 60px;
	padding-left: 30px;
	color: #2a5372;
	font-family: 'DM Sans';
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.5px;
}
.dm_footer span{
    line-height: 27px;
} 
.dm_footer button{
	width: 140px;
	height: 35px;
	position: absolute;
	bottom: 10px;
	right: 30px;
	line-height: 10px;
	border: none;
	color: #fff;
	font-size: 15px;
	font-family: 'DM Sans';
	font-weight: 500;
	letter-spacing: 0.6px;
	border-radius: 5px;
	background: linear-gradient(to top right, #ff6600 0%, #ff9966 100%);
}

/* Modal Content */
.modal-content1 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #888;
  width: 100%;
  height: 500px;
  margin-top: 100px;
  border-radius: 10px;
  box-shadow: 0px 1px 8px #0005;
}

#form input{
    overflow: visible;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    padding-bottom: 10px;
    font-family: 'DM sans';
    border: none;
    border-bottom: 1px solid #0009;
}

#form textarea {
    overflow: visible;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    padding-bottom: 10px;
    font-family: 'DM sans';
    border: none;
    border-bottom: 1px solid #0009;
}
.tittle1{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    text-align: center;
    font-family: 'DM Sans';
    color: #404040;
    margin-bottom: 30px;
    margin-top: 10px;
}
.modal-content1 form #check{
      position: relative;
}
.modal-content1 form #check input{
      position: absolute;
      width: 19px;
      height: 19px;
      margin-top: 1px;
      left: 20px;
}
.modal-content1 form #check span{
      font-size: 15px;
      font-family: 'DM Sans';
      font-weight: 500px;
      color: #000;
      letter-spacing: 0.5px;
      margin-left: 29px;
}
.modal-content1 form #btn button{
      margin-top: 35px;
      height: 35px;
      width: 100%;
      background: #0009;
      border: none;
      border-radius: 5px;
      color: #fff;
      font-size: 15px;
      font-family: 'DM Sans';
      font-weight: 500;
      letter-spacing: 1px;
      cursor: pointer;
}
@media(max-width: 768px){
    .modal-title{
        font-size: 15px;
    }
      .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px;
  padding-left: 17px;
  padding-right: 17px;
  border: 1px solid #888;
  width: 100%;
  height: 545px;
  margin-top: -30px;
  border-radius: 10px;
  box-shadow: 0px 1px 8px #0005;
}
.modal-content1 form{
      margin-top: 0px;
}
.modal-content1 .tittle1{
      font-size: 15px;
      font-family: 'DM Sans';
      font-weight: 600;
      letter-spacing: 0.5px;
      color: #404040;
      text-shadow: 0px 1px 3px #0002;
      text-align: center;
      text-transform: uppercase;
}
.modal-content1 form #form input{
      width: 100%;
      height: 30px;
      font-size: 15px;
      margin-bottom: 20px;
      font-family: 'DM Sans';
      letter-spacing: 0.5px;
      border: none;
      border-bottom: 1px solid #0005;
      outline: none;
}
.modal-content1 form #form textarea{
      width: 100%;
      height: 50px;
      font-size: 15px;
      margin-bottom: 25px;
      font-family: 'DM Sans';
      letter-spacing: 0.5px;
      border: none;
      border-bottom: 1px solid #0005;
      outline: none;
}
.modal-content1 form #check{
      position: relative;
      margin-bottom: 17px;
}
.modal-content1 form #btn button{
      margin-top: 0px;
      height: 35px;
      width: 100%;
      background: #0009;
      border: none;
      border-radius: 5px;
      color: #fff;
      font-size: 15px;
      font-family: 'DM Sans';
      font-weight: 500;
      letter-spacing: 1px;
      cursor: pointer;
}
}
footer{
      width: 100%;
      height: 270px;
      background-color: #333333;
      padding: 23px;
      justify-content: center;
      align-items: center;
      position: relative;
}
footer .ft,
footer .fm{
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      margin-bottom: 10px;
}
footer .fm p{
      color: #fff;
      font-size: 21px;
}
footer .fm li a,
footer .ft li a{
      text-decoration: none;
      color: #ddd;
      margin-right: 30px;
      font-size: 16px;
      font-family: 'DM Sans';
      letter-spacing: 0.5px;
}
footer .fm li,
footer .ft li{
      list-style: none;
      display: inline-block;
}

footer .fb p{
      color: #ddd;
      font-family: 'DM Sans';
      font-size: 15px;
      letter-spacing: 0.5px;
      margin-top: 37px;
}
.f_icon a svg{
      position: absolute;
      width: 26px;
      color: #ddd;
}
.f_icon1 a svg{
      position: absolute;
      width: 26px;
      color: #0006;
      margin-left: 55px;
      top: 0px;
}
.f_icon2 a svg{
      position: absolute;
      width: 26px;
      color: #0006;
      margin-left: 110px;
      top: 0px;
}
.f_icon3 a svg{
      position: absolute;
      width: 26px;
      color: #0006;
      margin-left: 165px;
      top: 0px;
}
.f_icon4 a svg{
      position: absolute;
      width: 40px;
      color: #0006;
      margin-left: 216px;
      top: -5px;
}
footer .fi{
      width: 250px;
      height: 30px;
      margin:  auto;
      position: relative;
      margin-top: -40px;
}
footer .f_icon1,
footer .f_icon2,
footer .f_icon3,
footer .f_icon4,
footer .f_icon{
      width: 30px;
}
footer .l{
      position: absolute;
      bottom: 11px;
      right: 20px;

}
@media (max-width: 1200px){
      footer{
      width: 100%;
      height: 290px;
      background-color: #333333;
      padding: 23px;
      justify-content: center;
      align-items: center;
}
}
@media (max-width: 768px){
  footer{
      width: 100%;
      height: 620px;
      background-color: #333333;
      padding: 23px;
      justify-content: center;
      align-items: center;
}
footer .ft,
footer .fm{
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      margin-bottom: 10px;
}
footer .fm p{
      color: #fff;
      font-size: 21px;
}
footer .fm li a,
footer .ft li a{
      text-decoration: none;
      color: #ddd;
      margin-right: 20px;
      font-size: 16px;
      font-family: 'DM Sans';
      letter-spacing: 0.5px;
      line-height: 40px;
}
footer .fm li,
footer .ft li{
      list-style: none;
      display: inline-block;
}

footer .fb p{
      color: #ddd;
      font-family: 'DM Sans';
      font-size: 15px;
      letter-spacing: 0.5px;
      margin-top: 67px;
}
.f_icon a svg{
      position: absolute;
      width: 26px;
      color: #ddd;
}
.f_icon1 a svg{
      position: absolute;
      width: 26px;
      color: #0006;
      margin-left: 55px;
      top: 0px;
}
.f_icon2 a svg{
      position: absolute;
      width: 26px;
      color: #0006;
      margin-left: 110px;
      top: 0px;
}
.f_icon3 a svg{
      position: absolute;
      width: 26px;
      color: #0006;
      margin-left: 165px;
      top: 0px;
}
.f_icon4 a svg{
      position: absolute;
      width: 40px;
      color: #0006;
      margin-left: 216px;
      top: -5px;
}
footer .fi{
      width: 250px;
      height: 30px;
      margin:  auto;
      position: relative;
      margin-top: 20px;
}
footer .f_icon1,
footer .f_icon2,
footer .f_icon3,
footer .f_icon4,
footer .f_icon{
      width: 30px;
}  
footer .l{
      position: absolute;
      bottom: 91px;
      left: 24px;

}  
}
@media (max-width: 768px){
    footer .l{
      position: absolute;
      bottom: 90px;
      left: 24px;
      margin-top: 20px;

}  
footer .fb p{
      color: #ddd;
      font-family: 'DM Sans';
      font-size: 15px;
      letter-spacing: 0.5px;
      margin-top: 40px;
}
footer .fi{
      width: 250px;
      height: 30px;
      margin:  auto;
      position: relative;
      margin-top: 20px;
}  
footer{
      width: 100%;
      height: 590px;
      background-color: #333333;
      padding: 23px;
      justify-content: center;
      align-items: center;
}
}
