@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');
.Terms_bottom{
    display:none;
}
.membership{
    background-color: black;
    color: aliceblue;
    padding: 40px 15px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.membership h3{ 
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    width: 70%;
    margin-bottom: 16px;
    color: #f67029;
    font-family: 'Montserrat', sans-serif;
}
.membership .pera{
    padding-right: 20px;
}
.membership h4{ 
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 16px;
    color: #f67029;
    font-family: 'Montserrat', sans-serif;
}
.membership .row .bordr{
     background-color: #f67029;
     margin : 10px 0px;
     width: 13%;
     height: 3px;
}
.Membership_card{
    background-color: white;
    color: black;
    width: 90%;
    margin: auto;
    border-radius: 20px;
    
}
.Card_hading{
    padding: 20px 40px;
}
.Card_hading h5{
   font-size: 20px;
   font-weight: 700;
   letter-spacing: 0;
   line-height: 30px;
   margin-bottom: 16px;
   font-family: 'Montserrat', sans-serif;
}
.Card_hading p{
  line-height: 25px;

  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.Card_Bottom{
    background-color: rgb(227, 229, 231);
    padding: 20px 40px;
display: flex;
            align-items: center;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-weight: 400;
    border-radius: 0px 0px 20px 20px ;
}
.Card_Bottom b{
    font-size: 20px;
}
.Card_Bottom p{
margin-top:10px
}
.Card_Bottom .btn{
    font-weight: 600;
    position: absolute;
    right: 35px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;

}
.Card_Bottom .btn:hover{
    color:#f67029 !important;

}
/* ==================================================== */
/* ========================Button====================== */
/* ==================================================== */
.btn-one-outer-Menmbership {
            position: relative;
  	    position: absolute;
            bottom:20px;
            right: 35px;
            padding-left: 7px;
            padding-bottom: 3px;
            padding-right: 7px;
            padding-top: 10px;
            z-index: 1;
            display: inline-block;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease;
        }

        .btn-one-outer-Menmbership:before {
            position: absolute;
            content: '';
            left: 3px;
            bottom: 6px;
            width: 24px;
            height: 24px;
            z-index: -1;
            border-left: 2px solid #ff0000;
            border-bottom: 2px solid #ff0000;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease;
        }

        .btn-one-outer-Menmbership:after {
            position: absolute;
            content: '';
            right: 6px;
            top: 13px;
            width: 14px;
            height: 10px;
            opacity: 0;
            z-index: -1;
            border-right: 2px solid #ff0000;
            border-top: 2px solid #ff0000;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease;
        }

        .btn-style-one {
            position: relative;
            display: inline-block;
            font-size: 10px;
            /* line-height: 30px; */
            color: #ffffff;
            padding: 0px 10px;
            font-weight: 600;
            overflow: hidden;
            background: none;
            border-radius: 0px;
            text-transform: capitalize;
            border: 1px solid #ffffff;
            font-family: 'Montserrat', sans-serif;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease;
        }

        .btn-style-one .txt {
            position: relative;
            z-index: 1;
        }

        .btn-style-one:before {
            position: absolute;
            content: '';
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: -50px;
            border-bottom: 55px solid #ffffff;
            border-right: 30px solid transparent;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        .btn-style-one:after {
            position: absolute;
            content: '';
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: -50px;
            border-left: 20px solid transparent;
            border-bottom: 35px solid #ffffff;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        .btn-style-one:hover::before {
            -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
        }

        .btn-style-one:hover::after {
            -webkit-transform: translateX(20%);
            transform: translateX(20%);
        }

        .btn-one-outer-Menmbership:hover::after {
            opacity: 1;
            width: 60%;
            height: 50%;
        }

        .btn-one-outer-Menmbership:hover::before {
            opacity: 0;
        }

        .btn-one-outer-Menmbership:hover .btn-style-one {
            color: #000000;
            transform: translate(-7px, 10px);
        }

        .btn-one-outer-Menmbership a {
            list-style: none;
            text-decoration: none;
        }

/* ==================================================== */
/* ===============max-width: 1025px===================== */
/* ==================================================== */
@media only screen and (max-width: 1025px) {
    .Membership_card{
        width: 95%;
    }
    .Card_hading h4{
       font-size: 20px !important;
    }
    .Card_hading p{
      font-size: 15px !important;
    }
    .Card_Bottom{
   font-size: 16px;
    }
    .Card_Bottom b{
        font-size: 16px;
    }
    .Card_Bottom .btn{
        width: 80px;
        font-weight: 600;
        font-size: 10px;
        padding: 6px !important;
    }
  }

/* ==================================================== */
/* ===============max-width: 768px===================== */
/* ==================================================== */
@media only screen and (max-width: 768px) {
    .Membership_card{
        width: 100%;
    }
    .Card_hading{
        padding: 30px 30px;

    }
    .Card_hading h4{
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 14px;
     }
    .Card_hading p{
      font-size: 14px !important;
      margin-bottom: 0px !important;
    }
    .Card_Bottom{
        padding: 25px 30px;
        font-size: 13px;
    }
    .Card_Bottom b{
        font-size: 14px;
    }
    .Card_Bottom .btn{
        width: 60px;
        font-size: 8px;
        padding: 5px !important;
    }
  
  }
.btn-one-outer-Menmbership {
            bottom:30px;
            right: 20px;
        }
       .btn-style-one {
            font-size: 10px;
line-height: 20px;
padding: 2px 5px; 
        }
/* ==================================================== */
/* ===============max-width: 765px===================== */
/* ==================================================== */
@media only screen and (max-width: 765px) {
    .bordr{
        display: none;
    }
}
/* ==================================================== */
/* ===============max-width: 425px===================== */
/* ==================================================== */
@media only screen and (max-width: 425px){
.membership h3 {
    font-size: 22px;
    width: 90%;
    
}
}
@media only screen and (max-width: 764px) {
    .Terms_bottom{
        margin-top:20px;
        display: block;
    }
    .Terms_top{
        display:none;
    }
}
/* ==================================================== */
/* ===============max-width: 320px===================== */
/* ==================================================== */
@media only screen and (max-width: 320px) {
    .text h4{
     font-size: 17px;
     margin-bottom: 0px ;
    }
    .text .col-md-10{
     font-size: 14px;
     margin-bottom: 10px ;
     padding: 0px  !important;
    }
    .text p{
     font-size: 14px;
     margin-bottom: 10px ;
    }
    .Membership_card{
        width: 100%;
    }
    .Card_hading{
        padding: 20px 23px;

    }
    .Card_hading h5{
        font-size: 17px !important;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 10px;
     }
    .Card_hading p{
        line-height: 15px;
      font-size: 13px !important;
      margin-bottom: 0px !important;
    }
    .Card_Bottom{
        padding: 20px 23px;
        font-size: 11px;
    }
    .Card_Bottom b{
        font-size: 13px;
    }
    .Card_Bottom .btn{
        width: 50px;
        font-size: 6px;
        padding: 5px !important;
    }
  }