@media only screen and (min-device-width: 0px) and (max-device-width: 1024px){
ul.dropdown.dropdown-menu-end.dropdown-active {
    position: relative;
    display: block !important;
    visibility: unset;
    opacity: 1;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a , .current-menu-item.active a{
    color: #9974E5 !important;
    justify-content: space-between !important;
}
#bill1 {
    border-radius: 40px 0px 0px 0px;
}
}
@media only screen 
  and (min-width: 1025px) {
	.navbar .menu-item:hover>.dropdown {
	  opacity: 1;
	  /* top: 100%; */
	  visibility: visible;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

    /*-------bannner css ---*/
    .banner_section {
        padding-top: 120px;
    }

    .mobilebanner img {
        top: 0;
        padding-bottom: 0;
    }

    .ticker_tape_img {
        position: relative;
    }

    .banner_txt {
        padding-right: 28%;
    }

    /*-----#Earning_section-----*/
    section.earning_section {
        padding: 40px 0px;
    }

    .earningtxt {
        text-align: center;
        margin-bottom: 30px;
    }

    /*---- Buy and sell Section ----*/
    .crypto_txt img {
        margin-top: 80px;
    }

    /* ---- crypto section ----- */
    .cryptobox {
        flex-direction: column;
        gap: 50px;
        padding: 50px 68px;
    }

    .cryptotxt {
        width: unset;
        padding: 0;
        display: unset;
    }

    .cryptoimg {
        width: unset;
    }

    .investment_profit_section {
        padding: 50px 0px 70px;
    }

    section.crypto_section {
        padding-bottom: 58px;
    }

    .easyimg {
        margin-top: 46px;
    }

    section.easy_section {
        padding: 84px 0px 54px;
    }

    section.getready_section {
        padding: 84px 0px;
    }

    section.price_section {
        padding: 60px 0px;
    }

    .plan_tabs .tab-pane {
        padding: 50px 60px;
    }

    .price_text {
        padding: 0px;
    }

    .price_table {
        margin-top: 30px;
        padding: 50px 35px 60px 35px;
    }

    .getready_content {
        padding: 90px 36px;
    }

    .getready_txt p {
        padding: 0px 0px 50px;
    }

    .getready_txt .get_item {
        justify-content: center;
        gap: 20px;
    }

    .getready_txt .get_item .get_btn {
        width: 48%;
    }

    .banner_section .vector4 {
        top: 6rem;
        right: -4rem;
    }

    .banner_section .vector1 {
        top: 5rem;
        left: 20rem;
    }

    .banner_section .vector3 {
        bottom: 25rem;
        right: 1rem;
        left: 0;
    }

    .banner_section .vector2 {
        bottom: 30rem;
        left: unset;
        right: 2rem;
    }

    .investment_profit_section .vector1 {
        display: none;
    }

    .investment_profit_section .vector2 {
        display: none;
    }

    .price_section .vector5 {
        top: unset;
        right: unset;
        left: 0;
        bottom: 0;
    }

    .price_section .vector2 {
        top: 29rem;
        left: unset;
        right: 2rem;
    }

    .price_section .vector1 {
        bottom: 34rem;
    }

    .investment_profit_section .vector3 {
        display: none;
    }

    .breadcrumb_content h2 {
        margin-top: 60px;
    }

    .breadcrumb_section .vector2 {
        display: none;
    }

    .breadcrumb_section .vector4 {
        top: 4rem;
        right: -3rem;
    }

    .breadcrumb_section .vector1 {
        top: 4rem;
        left: unset;
        right: 18rem;
    }

    .breadcrumb_section .vector1 img {
        width: 160px;
    }

    .breadcrumb_section .vector4 img {
        width: 160px;
    }

    .breadcrumb_section .vector3 {
        bottom: -3rem;
        right: 1rem;
    }

    .exchange_section {
        padding: 90px 0px;
    }

    #trading_hours {
        padding: 110px 0px;
    }

    .trading-faqs {
        padding: 100px 0px 70px;
    }

    .contact_section {
        padding: 100px 0px;
    }

    .contact_main {
        padding-left: 0rem;
        padding-top: 30px;
    }

    .contact-box1 {
        max-width: 80%;
        margin: auto;
        margin-top: 56px;
    }

    #register .contact-box1 {
        max-width: 80%;
        margin-top: 0px;
    }
    .custom_box {
        padding: 68px 30px;
    }
    .currency_sec {
        padding-top: 100px;
    }
    .mt_140 {
        margin-top: 100px;
    }
    #cp_box {
        flex-direction: row;
        padding: 0;
        gap: 10px;
    }
    #cp_box .cryptotxt {
        padding: 18px;
    }
    .investment_profit #What_we_do {
        padding: 20px;
    }
    .investment_profit #What_we_do .instruments_content img {
        margin: 0;
    }

}

@media (min-width: 0px) and (max-width: 767px) {

    /*-------bannner css ---*/
    .banner_section {
        padding-top: 120px;
    }

    .mobilebanner img {
        padding-bottom: 0;
        top: 0;
        max-width: 90%;
    }

    .banner_txt h1 {
        font-size: 36px;
    }

    .mobilebanner {
        padding: 30px 5px 0px;
        border-radius: 40px 40px 0px 0px;
    }

    /*-----#Earning_section-----*/
    section.earning_section {
        padding: 60px 0px 40px;
    }

    .earningtxt {
        text-align: center;
        margin-bottom: 30px;
    }

    #consect1,
    #consect2,
    #consect3,
    #consect4 {
        border-radius: 0px 0px 0px 0px;
    }

    .heading_title {
        font-size: 32px;
    }

    /*---- Buy and sell Section ----*/
    .crypto_txt img {
        margin-top: 16px;
    }

    .pt_120 {
        padding-top: 50px;
    }

    .pb_120 {
        padding-bottom: 50px;
    }

    .investment_section {
        padding: 45px 0px 74px;
    }

    /* ---- crypto section ----- */
    section.crypto_section {
        padding-bottom: 30px;
    }

    .cryptobox {
        flex-direction: column;
        gap: 50px;
        padding: 24px 21px;
    }

    .cryptotxt {
        width: unset;
        padding: 0;
        display: unset;
    }

    .cryptoimg {
        width: unset;
    }

    .billbox {
        background: #F1F0F5;
        padding: 20px 16px;
    }

    .billtxt h4 {
        font-size: 20px;
    }

    .instruments_content h2 {
        font-size: 20px;
    }

    .investment_profit_section {
        padding: 50px 0px 30px;
    }

    .instruments_content img {
        margin-top: 40px;
    }

    .investment_profit .tab-pane {
        padding: 50px 16px;
    }

    .investment_profit #pills-tab {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .investment_profit li.nav-item {
        width: unset;
        margin-right: 20px;
    }

    .investment_profit .nav-pills .nav-link {
        padding: 15px 35px;
        white-space: nowrap;
    }

    section.easy_section {
        padding: 70px 0px 50px;
    }

    .easyimg {
        margin-top: 46px;
    }

    section.price_section {
        padding: 80px 0px 50px;
    }

    .plan_tabs .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .plan_tabs li.nav-item {
        width: unset;
        margin-right: 20px;
    }

    .plan_tabs .nav-pills .nav-link {
        padding: 15px 60px;
    }

    .plan_tabs .tab-pane {
        padding: 50px 16px;
    }

    .price_text {
        padding: 0;
    }

    .price_table {
        border-radius: 30px;
        padding: 40px 10px 30px;
        margin-top: 30px;
    }

    .getready_txt p {
        padding: 0px 0px 30px;
        color: #FFF;
    }

    section.getready_section {
        padding-bottom: 68px;
        padding-top: 40px;
    }

    .getready_content {
        padding: 28px 16px 45px;
    }

    .getready_txt .get_item .get_btn {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .banner_section .vector4 {
        top: 23rem;
        right: 0rem;
    }

    .banner_section .vector1 {
        top: 6rem;
        left: unset;
        right: 0;
    }

    .banner_section .vector3 {
        bottom: 8rem;
        right: 1rem;
        left: 0;
    }

    .banner_section .vector2 {
        bottom: 5rem;
        left: unset;
        right: -2rem;
    }

    .banner_section .vector4 img {
        width: 125px;
    }

    .banner_section .vector1 img {
        width: 130px;
    }

    .buy_section {
        padding-top: 120px;
    }

    .breadcrumb_content h2 {
        margin-top: 40px;
    }

    .breadcrumb_section .vector2 {
        display: none;
    }

    .breadcrumb_section .vector4 {
        top: 4rem;
        right: 0rem;
    }

    .breadcrumb_section .vector1 {
        top: 3rem;
        left: unset;
        right: 7rem;
    }

    .breadcrumb_section .vector1 img {
        width: 90px;
    }

    .breadcrumb_section .vector4 img {
        width: 110px;
    }

    .breadcrumb_section .vector3 {
        bottom: 0rem;
        right: 1rem;
    }

    .breadcrumb_section .vector3 img {
        width: 100px;
    }

    .exchange_section {
        padding: 60px 0px;
    }

    #trading_hours {
        padding: 80px 0px;
    }

    .across p {
        font-size: 17px;
        padding-bottom: 40px;
    }

    .hours_headding h3 {
        font-size: 24px;
    }

    .hours_box table tbody .symbol td {
        font-size: 18px;
    }

    .hours_box table tbody tr td {
        padding: 10px 20px;
    }

    .hours_box {
        border-radius: 30px;
    }

    .hours_headding {
        border-radius: 30px 30px 0px 0px;
    }

    .trading-faqs {
        padding: 60px 0px 30px;
    }

    .contact_main {
        padding-left: 0rem;
        padding-top: 30px;
    }

    .contact-box1 {
        padding: 30px 10px;
        margin-top: 30px;
    }

    #register .contact-box1 {
        padding: 40px 10px;
        margin-top: 0px;
    }

    section.contact_section {
        padding: 40px 0px 60px;
    }

    .contact_call {
        margin-top: 30px;
    }

    #register {
        padding-bottom: 80px;
    }

    .contact-box1 h2 {
        font-size: 32px;
    }

    .price_box {
        padding: 35px 20px 40px;
    }
    .custom_box {
        padding: 40px 16px;
    }
    .currency_sec {
        padding-top: 60px;
    }
    .mt_140 {
        margin-top: 80px;
    }
    #cp_box {
        flex-direction: column;
        padding: 0;
        gap: 10px;
        border-radius: 30px;
    }
    #cp_box .cryptotxt {
        padding: 30px 20px;
    }
    #thank_you .mobilebanner {
        height: 270px;
    }
    .investment_profit #What_we_do {
        border-radius: 30px;
        padding: 40px 15px;
    }
	
}



/*   custom css     */





@media (min-width: 768px) and (max-width: 1024px){
	div#footer1 {
		    flex-wrap: nowrap !important;
	}
}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown {
    left: -90%;
  }
.billtxt h4{
	    margin-right: 0px;
}
.navbar .menu-item:hover>.dropdown {
  /*  left: -100%; */
  }
}


@media (min-width: 768px) and (max-width: 991px){


.trading-faqs .col-md-4{
	width: 50%;
}
}

@media (max-width: 768px) {
.vector2, .vector3{
	z-index: -1 !important;
}
		.priv ul{
		align-items: flex-start;
		flex-direction: column;
	}
	.crypto_txt{
		margin-bottom: 40px;
}
.instruments_content {
    /* height: 250px; */
}
.instruments_content.instruments_content_text_section {
    height: 320px;
}
	
	
}


@media (max-width: 767px) {
	#document_question {
		height: auto !important;
	}
	.qna {
   height: auto !important;
}
}