.modal-content {
    
    
}



.modal-header{
	
	padding-top: 10px;
	background-color: #404040;
	color: white;
  

}
.modal-dialog{
	margin-top: 150px;
    width:100%;
}


.modal-header .btn {
	color: #9E9E9E;
	padding: 0 10px;
	font-weight: bold;
	font-size: 14px;
}

.modal-body{
	height: 700px;
}
.modal-body h6{
	color: #787878;
	font-weight: 400
}
hr{
	width: 100%;
	margin: 10px auto;
}
.bk{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../Imgs/screenshot.png);
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
   
	height: 100vh;
	display: flex;
	align-items: center;
}
.btn{
	padding-left: 20px;
	padding-right: 20px;
}
.ar{
	border-left: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
}
.icons{
	font-size: 20px;
}
.icons i{
	margin-right: 5px;
	box-sizing: border-box;
	padding: 7px;
	color: #868686;
}
.icons .active{
	border-radius: 5px;
	background-color: #E4E4E4;
	color: black;
}
.material-icons{
	font-size: 20px;
	color: #868686;
}
.tools{
	  box-shadow: 5px 5px 5px #aaaaaa;
	position: absolute;
	bottom: 90px;
	left: 0px;
	color: #868686;
}
.brd{
	border-right: 1px solid rgba(134, 134, 134, 0.5);
	padding-right: 10px;
}
.pad{
	position: relative;
	bottom: 4px;
}
.icon-box {
    display: block;
    margin: 0 auto;
}

.container {
    margin-top: 100px;
    padding-bottom: 70px;
}



@media(max-width:992px){
 
 .modal-dialog {

    max-width: 992px !important;       
	} 
}


@media(max-width:800px){
    .modal-body{
    height: 790px;
     margin-top: 10px;
    }
                 
	.icons i{
	box-sizing: border-box;
	padding: 5px;
}
.icons .active{
	border-radius: 5px;
}
	.icons{
		font-size: 13px;
	}
	.material-icons{
	font-size: 13px;
	}
	.modal-dialog{
        font-size: 14px;
        padding: 0px 25px;
	}

}

@media (max-width: 767.98px){
    .modal-dialog {
        font-size: 14px;
        padding: 0px 15px;
	}
    
    
}

@media(max-width:670px){
         .modal-dialog {
        font-size: 14px;
        padding: 0px 75px;
}
}


@media(max-width:550px){
	.icons{
	font-size: 10px;
	}
	.material-icons{
	font-size: 10px;
	}
	.icons i{
	padding: 0px;
	}

	.tools{
		font-size: 10px;
	}
    .modal-dialog {

        font-size: 14px;
        padding: 0px 35px;}

.nav-link a, .nav-link {
	font-size:15px !important; font-weight:bold !important;
}
    
}


@media(max-width:360px){ 
    .modal-dialog {
        font-size: 13px;
    }

}

@media(max-width:325px){ 
    .modal-dialog {
        font-size: 12px;
    }
}




@media screen and (orientation:landscape) 
and (max-device-width: 900px) {
      .container {
          margin-top: 400px;
    
}
    
    
    
}

@media screen and (orientation:portrait) 
and (max-device-width: 500px) {
      .container {
          margin-top: 250px;
    }
}

@media screen and (orientation:landscape) 
and (max-device-height: 500px) {
      .container {
          margin-top: 560px;
    }
}

@media screen and (orientation:landscape) 
and (max-device-height: 450px) {
      .container {
          margin-top: 650px;
    }
}

@media screen and (orientation:portrait) 
and (max-device-width: 400px) {
      .container {
          margin-top: 300px;
    }
}

@media screen and (orientation:landscape) 
and (max-device-height: 400px) {
      .container {
          margin-top: 450px;
    }
}


@media screen and (orientation:portrait) 
and (max-device-width: 375px) {
      .container {
          margin-top: 280px;
    }
}

@media screen and (orientation:landscape) 
and (max-device-height: 375px) {
      .container {
          margin-top: 480px;
          padding: 0 0 0 0;
    }
    .modal-dialog {
    font-size: 14px;
    padding: 0;
    }
}


@media screen and (orientation:portrait) 
and (max-device-width: 360px) {
      .container {
          margin-top: 300px;
    }
}

@media screen and (orientation:landscape) 
and (max-device-height: 360px) {
      .container {
          margin-top: 550px;
    }
}


@media screen and (orientation:portrait) 
and (max-device-width: 340px) {
      .container {
          margin-top: 400px;
    }
}

@media screen and (orientation:landscape) 
and (max-device-height: 340px) {
      .container {
          margin-top: 600px;
          padding: 0 30px;
    }
}


