* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    overflow-x: hidden;
}
.dropdown-item:hover{
background: #ba9a63e1;
}
.matchMain{
    background: url(../image/content-bg.jpg);
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.matchformCont{
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.matchContentTxt{
    width: 45%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 5px
}
.matchCotentHead{
    font-size: 26px;
    font-weight: bold;
    color: #BA9A63;
}
.matchContentp{
    font-size: 18px;
    padding: 0px 20px;
}
.matchFormCotain{
    width: 45%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center
}
.matchFormCotain2{
    height: 65vh;
    width: 80%;
    background: white;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.matchformContainhead{
    width: 94%;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center
}
.matchformContainp{
    font-weight: bold;
    font-size: 25px
}
@media only screen and (max-width: 767px){
    .matchformCont{
        flex-direction: column;
        height: 102vh;
    }
    .matchContentTxt{
        width: 100%;
    }
    .matchCotentHead{
        font-size: 19px;
    }
    .matchContentp{
        font-size: 12px;
        padding: 0px 16px;
    }
    .matchFormCotain{
        width: 100%;
    }
    .matchFormCotain2{
        width: 90%;
    }
    .matchMain{
        height: 117vh;
    }
}
 /* <!-- //ourastrologers --> */
 .ourastroCont{
    background: #21212C;
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
  }
  .ourastroCont2{
    height: 80vh;
    width: 90%;
  }
  .ourastroContHead{
    height: 22vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
  }
  .headp{
    color: #BA9A63 ;font-size: 35px;
  }
  .headp2{
    color: white
  }
  /* .Content{
    height: 60vh;
    width: 100%;
  } */
  .ourastroContContent{
    height: 60vh;
    width: 100%;
    display: block;
  }
  .ourastroContContentNew{
    display: none;
  }
  @media only screen and (max-width: 767px){
    .headp{
      font-size: 20px;
    }
    .headp2{
      font-size: 12px;
    }
    .ourastroCont2{
      height: 66vh;
    }
    .ourastroContHead{
      height: 16vh;
    }
    .ourastroContContent{
      display: none;
    }
    .ourastroContContentNew{
      height: 50vh;
      width: 100%;
      display: block;
    }
    .ourastroCont{
      height: 70vh;
    }
  }