*{
        margin: 0 ;
        padding: 0;
        box-sizing: border-box;
     font-family: 'Poppins', 'Poppins', sans-serif;
    
     -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    }
    .wrapper{
        width: 100%;
        background: #fff;
    
    }
    .content{
     max-width: 1200px;
            width: 100%;
        margin: 0 auto;        
    }




.heading-space{
    height: 300px;
    width: 100%;
    text-align: center;
    padding: 80px 0 80px 0;
    background-image:  linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url("../images/court.jpg");
 background-repeat:no-repeat;
background-size:cover;
background-position:center;
    margin-bottom: 40px;
}
.cover-h2{
    
    color: #eee;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing:2px;
    padding:0 0 15px 0;
}
h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
}
.line{
    text-align: center;
    border-right:1px solid #fff;
    width: 1px;
    height: 30px;
    margin-top: 20px;
}

.details-left{
    width: 25%;
    float: left;
    height: auto;
    padding: 0 2% 0 0px;
}



.details-left h3{
    font-size: 18px;
    line-height: 19px;
    color: #383838;
    font-weight: 700;
    margin:0 0 20px 0;
}
.details-left ul li{
    text-decoration: none;
    list-style: none;
    line-height: 55px;
       border-bottom: 1px solid #eee;
    
}

.details-left ul li span{
    height: 25px;
    width: 3px;
    background: #ccc;
    float: left;
    margin-top: 13px;
}
.details-left ul li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color:#555;
    padding:5px 5px 5px 20px;
    border-left: 3px solid #ccc;
    transition: all 0.3s;
}


.details-left ul li a:hover  {
    color:#c60614;
    border-left:3px solid #c60614;
   padding-left: 20px;
		padding-right: 20px;
}

 
.details-contact {

    width: 23%;
    float: left;
    height: auto;
    margin-top: 50px;
    border-radius: 4px;
    padding: 5% 3% 5% 3%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url("https://www.bestinvestment.com.np/assets/images/gallery/4557.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: none;
    object-fit: cover;
}

.details-contact .details-contact-head {
    color: #c60614;
}

.details-contact .call-desc {
    color: #fafafa;
    font-size: 15px;
}

.details-contact .call  {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: 20px 0;
}
.details-contact .call a{
       color: #fff; 
}
.details-right{
     width: 75%;
    float: right;
    height: auto;
    padding:0 0 0 2%;
}

.details-right .details-image{
    margin: 0 0 30px 0;
}
.details-right .details-image img{
    height: auto; 
    width: 100%;
    border-radius: 4px;
    
}
.details-right .details-image img:hover{
    cursor: pointer;
}
.first-section ul{

}
.first-section ul li, .first-section ol li{
     color: #555;
    line-height: 27px;
    margin: 5px 0 5px 30px;
    padding-left:10px;
}
.page-h2{
     font-size: 21px;
    line-height: 19px;
    color: #383838;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform:;
}
.details-right p{
    color: #555;
    line-height: 27px;
    margin: 20px 0;
}
.details-right .page-list{
    margin-bottom: 25px;
}
.details-right .page-list ul{
    list-style-image: url('https://www.bestinvestment.com.np/assets/icons/double-check-18.svg');
    margin-left:23px;
}
.details-right .page-list ul li
{
    margin-top:-5px;
    
}

.details-right .page-list ul li img{
  margin-bottom: -5px;
 
}
.details-right .page-list ul li{
       text-decoration: none;
      line-height: 35px;
    color: #c60614;
    padding-left: 9px; 
}
.details-right .page-list ul li a{
    text-decoration: none;
      line-height: 35px;
    color: #c60614;
    padding-left: 5px;
}

.details-right .page-list ul li a:hover{ 
    color:#c60614;
}
.inner-left{
    width: 40%;
    height: auto;
      float: left;
    margin-top:30px;
    }
.inner-left img {
width: 100%;
  height: auto;
    border-radius: 4px;
}
.inner-right{
    width:60%;
    height: auto;
    float: left;
    padding:0% 2% 1% 8%;
}
 .inner-right .points{
    font-size: 16px; 
    line-height: 24px;
    color: #161616;
    font-weight: 600;
}

.final-shot{
    width: 100%;
margin-top: 20px;
    float: left;
}
.details-right .msg-input {
    height: 40px;
    width: 45%;
    float: left;
    margin-right: 5%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 10px 0 10px;
    background: #fffcf7;
}

.details-right .msg-input:focus {
    border: 1px solid #ccc;
    outline: 0;
}

.details-right .msg-textarea {
    margin-top: 20px;
    width: 95%;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    padding: 20px 10px 20px 10px;
    background: #fffcf7;
}

.details-right .msg-textarea:focus {
    outline: none;
}

.details-right .submit-button {

    background: #c60614;
    color: white;

    margin: 20px 0 20px 0px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
}

@media (max-width:1200px) {
    .content {
        width: 92%;
    }
}

@media (max-width:1050px) {

    .details-right {
        width: 100%;
        padding: 0;
    }

    .details-left {
        width: 40%;
        margin-right: 5%;
        margin-top: 5%;
    }

    .details-contact {
        width: 50%;

    }
}

@media (max-width:700px) {

    .inner-left {
        width: 100%;
    }

    .inner-right {
        width:  100%;
        padding: 0;
    }
}


@media (max-width:550px) {
   .details-left{
        width: 100%;
        margin-top: 50px;
  
    }
    
    .details-contact {
        width:100%;
        
    }
    
    
}
