@font-face {
    font-family: "Almarai"  !important;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Poppins-Black.ttf);
}

@font-face {
    font-family: "Almarai"  !important;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Poppins-ExtraBold.ttf);
}


@font-face {
    font-family: "Almarai"  !important;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: "Almarai"  !important;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: "Almarai"  !important;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Poppins-Medium.ttf);
}
.custom-file-label{
display:none !important;
}
.form-label{
margin:0px !important;
}
.custom-file-input{
min-width:100% !important;
}
@font-face {
    font-family: "Almarai"  !important;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Poppins-Regular.ttf);
}
#spacer-layout--mw-module-1715687583753-top{
display:none;
}
.FAQ{
padding-bottom: 50px !important;
}
@font-face {
    font-family: "SF-Pro-Display";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/SFPRODISPLAYMEDIUM.OTF);
}
.mt-3{
margin-bottom:10% !important;
}
#spacer-layout--mw-module-1706534180747-bottom{
    height: 0px !important;
}
#spacer-layout--mw-module-1706702388485-bottom{
  height: 0px !important;
}
#mw-module-1706203548149{
height:0px;
}
.px-0{
width:100%;
}
a {
    width: auto;
    color: var(--bs-link-color);
    text-decoration: underline;
}
.popup-content {
	background: rgba(0, 0, 0, 0.7);
	width: 100vw;
	height: 100vh;
	padding: 20px;
	border-radius: 10px;
	position: fixed;
	z-index: 99;
	top:0;
	display: flex;
	justify-content: center;
  }
  
  .popup-body p {
	font-size: 22px;
	line-height: 1.5;
	color: #FFFFFF;
	padding-left: 25;
	padding-right: 25;
  }

  .popup-body{
	width: 40vw;
	height: 40vh;
	background-image: url('https://www.riverprime.com/upload/success.jpg') ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	align-self: center;
    align-items: center;
    display: flex;
	align-content: center;
    flex-wrap: wrap;
	padding: 100px;
  }
  .popup-body2{
	width: 40vw;
	height: 40vh;
	background-image: url('https://www.riverprime.com/upload/faild.jpg') ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	align-self: center;
    align-items: center;
    display: flex;
	align-content: center;
    flex-wrap: wrap;
	padding: 100px;
  }
  .popup-body3{
	width: 40vw;
	height: 40vh;
	background-image: url('https://www.riverprime.com/upload/faild2.jpg') ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	align-self: center;
    align-items: center;
    display: flex;
	align-content: center;
    flex-wrap: wrap;
	padding: 100px;
  }

  .popup-body p {
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    padding-left: 25;
    padding-right: 25;
	display: flex;
    flex-direction: column;
  
	

}
.popup-body2 p {
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    padding-left: 25;
    padding-right: 25;
	display: flex;
    flex-direction: column;
  
	

}
.popup-body1{
    align-content: center;
    display: flex;
    flex-wrap: wrap;
	
}
.popup-body1 p {
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    padding-left: 25;
    padding-right: 25;
	display: flex;
    flex-direction: column;
   
	

}

.close {
	width: 60px;
	height: 60px;
	position: absolute;
    right: 20px;
	background: #455a64;
	border-radius: 50%;
	box-shadow: 0 0 20px -5px rgba(255, 255, 255, 0.5);
	transition: 0.25s ease-in-out;
	cursor: pointer;
	-webkit-animation: fade-in 0.5s ease-out 0.25s both;
			animation: fade-in 0.5s ease-out 0.25s both;
  }

  .close .circle path {
	stroke: white;
	fill: none;
	stroke-width: 1px;
	stroke-linecap: round;
	-webkit-animation: progress 0.5s ease-out 0.25s both;
			animation: progress 0.5s ease-out 0.25s both;
  }
  .close span {
	display: block;
	width: 13px;
	height: 2px;
	background: white;
	box-shadow: 0 0 20px -5px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	position: absolute;
	transition: 0.25s ease-in-out;
	-webkit-animation: slide-in 0.5s ease-in-out 0.25s both;
			animation: slide-in 0.5s ease-in-out 0.25s both;
  }
  .close span:nth-child(1) {
	top: 19px;
	left: 20px;
	transform: rotate(45deg);
	transform-origin: top left;
  }
  .close span:nth-child(2) {
	top: 19px;
	right: 20px;
	transform: rotate(-45deg);
	transform-origin: top right;
  }
  .close span:nth-child(3) {
	bottom: 19px;
	left: 20px;
	transform: rotate(-45deg);
	transform-origin: bottom left;
  }
  .close span:nth-child(4) {
	bottom: 19px;
	right: 20px;
	transform: rotate(45deg);
	transform-origin: bottom right;
  }
  .close:hover {
	background: #37474f;
  }
  .close:hover span {
	width: 15px;
  }
  .close-modal {
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
  }
  
  .close-modal:hover {
	color: #fa5252;
  }
.slider {width: 100%;height: 60px;padding: 30px;padding-left: 40px;background: #fcfcfc;border-radius: 20px;display: flex;align-items: center;box-shadow: 0px 15px 40px #7E6D5766;}
.slider p {font-size: 26px;font-weight: 600;font-family: Open Sans;padding-left: 30px;color: black;}
.slider input[type="range"] {-webkit-appearance:none !important;width: 420px;height: 2px;background: black;border: none;outline: none;}
.slider input[type="range"]::-webkit-slider-thumb {-webkit-appearance: none !important;width: 30px;height:30px;background: black;border: 2px solid black;border-radius: 50%;cursor: pointer;}
.slider input[type="range"]::-webkit-slider-thumb:hover {background: black;} 

.val {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    /* min-height: 58px; */
    /* padding: 13px 20px; */
    box-shadow: 0px 2px 5px rgb(49 101 185 / 50%);
}

@media (max-width: 768px) {
	/* Mobile styles go here */
	a {
		width: 100%;
		color: var(--bs-link-color);
		text-decoration: underline;
	}
	
	#slide-panel {
		display: none;
	  }
	  .btn.btn-blue.btn-sm{
		display: none;
	  }
	  .form-check.d-flex1 {
		max-width: 80%;
		display: flex;
		flex-wrap: wrap; /* Allow child elements to wrap to the next line if necessary */
	  }
	
	  .form-check.d-flex > div {
		padding-top: 15px; /* Distribute available space evenly among child divs */
	  }
	  .form-check.d-flex1 > div {
		padding-top: 15px; /* Distribute available space evenly among child divs */
	  }
	  .lbl{
		padding-bottom: 10px;
	  }
  }
#mw-element-1706088708153{
  margin-top:5% !important;
}
#mw-element-1707661360992{
    min-height: 600px !important;
}
.title-caption-form tr>th, tr>td {
    text-align: center !important;
    width: 265px !important;
    padding: 15.5px 20px!important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    border-right: 1px solid rgb(231 215 170 / 30%);
}
#mw-element-1705939643113{
object-fit: contain;
    margin-right: 25%;
 
}
 #mw-element-1708597296623{
padding:0px !important;
}
#mw-element-1707476146735{
padding-top:10% !important;
}
#header-logo-header-layout{
    margin-left: 10% !important;
}
#mw-element-1708610235662{
padding:0px !important;
}
#spacer-layout--mw-module-1707660549005-top{
height: 0px;
}
#spacer-layout--mw-module-1706706552061-bottom{
height: 0px;
}
#spacer-layout--mw-module-1706708044091-bottom{
height: 0px;
}
#spacer-layout--mw-module-1706702594362-top{
    height: 0px;
}
#spacer-layout--mw-module-1708596451009-bottom{
    height: 0px !important;
}
.mw-layout-container{
max-width:100% !important;
}
#miTabla_wrapper{
width: 100% !important;
}
#mw-module-1712045553397{
margin-left:25%;
}
#mw-module-1706690461576{
    height: 50px !important;
}
.mw-live-edit .module:not(.module-background,.module-spacer) {
  min-height: 0px !important;
}
#mw-element-1708606441608{
min-height: 600px
}
#mw-element-1708597296622{
margin-bottom: 25% !important;
}
.border-bott {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #05264F;
    text-align: center;
    border-bottom: 1px solid rgb(188 151 91 / 20%);
    width: 285px;
    margin: auto;
    padding-bottom: 15px;
}
#mw-element-1708682000432{
min-height: 1000px !important;
}
@font-face {
    font-family: 'Almarai';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Almarai-Regular.ttf');
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}
#spacer-layout--mw-module-1707411016088-bottom{
height: 0px !important;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}
.allow-select , .module, .module-slider-v2 {

}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.table-responsive::-webkit-scrollbar {
    height: 5px;
    /* display: none; */
}

.bg-banner-text-with-img {
    position: relative;
    min-height: 500px !important;
    display: flex;
    align-items: center;
}
body {
    font-family: "Almarai"  !important;
    font-weight: 400;
    color: #15203b;
    font-size: 16px;
}
.mwembed{
    height: 330px !important;
}

.header-section-title, .mb-7, .element, .mw-resized{
  margin-bottom: 0px !important;
}
/* General */
.before,
.after {
    position: relative;
}

.before::before,
h1::before,
.after::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#header-logo-header-layout{
padding-top:1% !important;
}
#mw-element-1707404686178{
padding: 0px !important;
}
.industry-leading-col p{
color:#F3E1B8 !important;
}
.header-background{
 background-color: rgba(0, 0, 0, 0.2) !important;
    z-index: 100 !important;
    position: fixed !important;
font-weight: bolder !important;
 font-size: 14px !important;
    color: white !important;
      /* direction: ltr; */
 

}
.module-navigation-default > ul > li ul {
    display: none;
    position: absolute;
    background: white;
    top: 100%;
    left: -15px;
    z-index: 9;
    border: 1px solid #E3E3E3;
    box-shadow: 0 0 2px -1px #E3E3E3;
      min-width: 130%;
}
.module .module-menu, .menu_element {
 border-radius: 25px !important;
	height: fit-content !important;
	display: inline-flex !important;
	
	-webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;  
	align-items: center;
	padding: 0 10px;
	margin: 10px 0 0 0;
}
.menu_element .depth-0, .depth-1{
color: #C19D60 !important;
 border-radius: 25px !important;
	height: fit-content !important;
	text-align: center;
    width: 100%;
	

  

  &::before {
			content: " ";
			position: absolute;
			top: 0;
			left:0;
			height:100%;
			width: 100%;
			z-index:-1;
			transition: .2s;
			border-radius: 25px;
		}
  	&:hover {
				&::before {
					
						box-shadow: 0px 3px 20px 0px black;
						transform: scale(1.2);
				}
				color: #C19D60;
		}
	}



.header-background a:hover, .header-background .mw-vhmbgr-wrapper:hover, .mw-vhmbgr-active-popup a:hover, .mw-vhmbgr-active-popup .mw-vhmbgr-wrapper:hover {
     color: none !important; 
}
.module-navigation-default > ul > li ul {
    background-color: rgba(0, 0, 0, 0.25) !important;
  border: none !important;
}
.module-navigation-default a{
color: #C19D60 !important;
}
.module-navigation-default > ul > li {
    display: inline-block;
    margin-right: 0px !important;
     
}
.industry-leading-col:hover p {
    color: #000 !important;
}
.margin-revert{
    margin: revert;
}
.container-fluid, .mw-layout-container, .no-element, .edit{
padding:0px !important;
} 
h1{
    font-size: 44px;
    line-height: 1.1;
    font-weight: 700;
    color: #C19D60;
    position: relative;
    margin-bottom: 20px !important;
}

h2{
    font-weight: 800;
    font-size: 44px;
    line-height: 1.2;
    color: #C19D60 !important;
    position: relative;
    width: fit-content;
    text-align: center;
    margin: auto;
}

h5 {
    font-size: 24px;
    font-weight: 600;
}

h1.title {
    padding-right: 20px;
    margin: auto;
    margin-bottom: 20px;
}

.flex-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#mw-element-1710230559788{
width:80% !important;
}
#mw-element-1705939643113{
  margin-left:0px !important;
 
  }
  #mop-table{
    display: none;
}
#MTH{
    display: none;
}
.accordion-heading-0{
    height: auto !important;
}
.vlauetable{
    display:none;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    .vlauetable{
        display:none;
    }
    .menu-header-skin-1{
        background: aliceblue;
    }
    
    .academy{
        padding: 0% 5% !important;
    }
    .header-info p{
        padding: 0 15px;
    }
    table.dataTable thead th, table.dataTable thead td{
        font-size: 17px;
    }
    .title-caption-form tr>td p{
        display: inline;
    }
    .contactUs-title table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child{
        padding-left: 2.5rem !important;
}

    .contactUs-title.title-caption-form.one-symbol-style table.dataTable.display tbody td{
        padding-left: 21rem !important;
    }
    .title-caption-form tr>td p br{
        display: none;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child{
        padding: 15px 15px 15px 32px !important;
    }
    .title-caption-form.one-symbol-style table.dataTable.display tbody td{
		padding: 15px 15px 15px 2px !important;
	}
    .pt-135{
        padding-top: 60px;
    }
    .FAQ .accordion-body ul{
        padding-left: 50px;
    }
    .mega-menu-small-one-column.language-flags{
        right: -7px;
    }
    
    .FAQ span{
        padding-right: 30px;
    }
    .FAQ .accordion-body p{
        padding-left: 25px;
    }
    .Salam-Investment-Story.home-white-wave::before{
        top: -62px;
    }
    .bef-aft-img-mt5::before{
        left: 35px;
        height: 400px;
    }
    .QEH h2{
        margin: auto !important;
    }
    .home-white-wave::before{
        top: -108px;
    }
    .bef-aft-text::after{
        left: 24px;
    }  
    .bg-brown::before{
        top: -60px;
    }

    .bg-brown::after{
        top: 60px;
    }
    .bg-banner-text-with-img img{
        position: unset;
    }
    .white-wave::before, .chart-bg.white-wave::before{
        top: 15px;
    }
    .absolute-banner-content .absolute-unlock {
        top: 130px;
        width: 292.85px;
        padding: 0 32px;
    }
    .absolute-banner-content .banner-content h1 {
        text-align: center !important;
    }

    .title-caption-form tr>th, tr>td{
        border: none;
    }

    .border-x{
        border: unset !important;
        height: unset !important;
    }
    .how-to-download .device{
        text-align: center;
    }

    .how-to-download .subtitle{
        padding-right: 0;
    }

    .how-to-download ol li{
        font-size: 18px;
        text-align: start;
    }

    footer.relative-section::before{
        top: -105px;
    }
    
    .mega-menu h6{
        font-size: 14px;
    }

    .mega-menu a{
        font-size: 12px;
    }
    
    .expiry-btn a{
        margin-bottom: 8px;
    }
    
    .grey-btn{
        margin-left: 0;
    }
    
    .account-reg-steps .account-card .list-style-icon{
        margin-left: 0;
    }

    
/* 
    .bef-aft-img-mt5::before{
        left: 0;
    } */

    .FAQ .accordion-button{
        font-size: 20px;
    }

    .FAQ span{
        font-size: 26px;
    }
    
    .swiper-banner .swiper-slide{
        background-size: cover !important;;
    }

    .careers-modal .attached{
        top: 14px
    }
    /* .section-direction .img-section-direction::after{
        width: 100% !important;
        right: 0 !important;
        left: 0;
    } */
    .img-regulations::before{
        background: unset;
    }
    .img-regulations::after{
        background: unset;
    }
    .mega-menu{
        width: auto;
        max-height: 290px;
        left: 33px !important;
    }  

    .writer-img-name{
        padding-right: 0 !important;
        gap: 28px;
      }
      
      .row .blog-content{
        padding: 0 0 0 38px !important;
        max-width: 100%;
      }

      .blog-date::after {
        content: '';
        height: 6px;
        width: 80px;
        position: absolute;
        left: 15px;
        top: 100px;
        background: #FBB800;
      }
      
    
      .blog-section .blog-date p{
        padding-left: 15px;
      }

      
      .blog-botton-text{
          justify-content: start !important;
          /* padding-left: 30px !important; */
      } 
      
      .blog-section .blog-read-time{
          padding-left: 0 !important;
      }
      
      .blog-section .blog-button{
          padding-left: 0 !important;
      }
    .swiper-slide .title h1,
    .banner-content h1 {
        font-size: 35px;
        font-weight: 600;
        margin: auto;
    }

    .swiper-slide .subtitle {
        font-size: 18px;
    }


    .banner-text-with-img .flex-banner {
        flex-direction: column;
        gap: 40px 0;
    }

    .banner-text-with-img .banner-content {
        max-width: 100%;
        padding: 0 10px;
        text-align: center;
    }

    .banner-content .flex-item {
        justify-content: center;
    }

    .banner-content {
        margin-top: 4rem !important;
    }

    .accounts-card-item-defualt.prime::after {
        background: none;
    }

    .accounts-card-item-defualt.pro::after {
        background: url('../img_position/dote_blue.svg') no-repeat top right;
        top: -50px;
        left: 30px;
        right: -30px;
    }

    .striped-account:nth-of-type(odd)>* {
        background: transparent !important;
    }

    .col-border:nth-of-type(odd)>*{
        background: rgb(188 151 91 / 20%);
    }

    .title-hint-form .striped-account:nth-of-type(1) h6{
        color: #15203B;
    }

    .title-hint-form .striped-account:nth-of-type(1) > *{
        color: #15203B;
    }


    .news .container::before {
        top: -90px;
    }

    .FAQ-secton .card-text,
    .FAQ-secton .list-style-icon {
        font-size: 14px;
    }

    .FAQ-secton .accordion-item {
        padding: 30px 0px;
    }

    .FAQ-secton .card-title {
        margin-left: 15px;
        font-size: 18px;
    }

    .FAQ-secton .card-text,
    .FAQ-secton .list-style-icon {
        margin-left: 30px;
    }

    .broker-Program-position::after,
    .broker-Program-position::before {
        left: 0;
    }

    .attached {
        border-left: 0;
    }

    .input-group.input-group-multi label {
        border-right: 0;
    }

    .input-file p {
        top: -25px;
        left: 5px;
    }

    .input-group {
        height: auto;
    }

    .input-group>* {
        border-right: 0 !important;
    }


    /* .input-group .select-custom~.select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0 25px;
    } */
    .thank-you .card-text {
        font-size: 15px;
    }

    .thank-you h6 {
        font-size: 18px;
    }

    .attached {
        align-items: baseline;
    }

    .input-group.input-group-radio label:first-child {
        padding-bottom: 0;
    }

    .gifts .card {
        max-width: 380px;
        margin: auto;
    }

    .simple-steps h1 {
        margin-bottom: 20px !important;
    }

    .section-3-col .bef-aft-image::after {
        top: -50px;
    }

    .img-with-text.experience-section .dotted-lines::before,
    .academy-position::before {
        top: -30px;
    }

    .download .title {
        padding-bottom: 30px;
    }

    /* .bef-aft-image::after {
        top: 50px;
    } */
    .img-title-text .flex-center {
        display: inline-grid;
        grid-template-columns: 70px 50%;
        width: 200px;
    }
    .label-select, .label-select label {
        min-width: 80px;
    }
    
    .education .input-group {
        height: 100%;
    }
    
    .education .input-group .select-custom.select ~ .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0 12px !important;
        font-size: 1rem;
        inline-size: unset;
        overflow: unset;
    }
    
    .education .input-group .select2-container--default
    .select2-selection--single .select2-selection__arrow{
        height: 98%;
    }
    
    .education .card{
        margin:  10px 20px 10px 20px;
    }
    
    .account-reg-steps .account-card{
        display: block;
    }
    
    .account-reg-steps .card-side-img{
        display: flex;
        justify-content: center;
        padding-top: 25px;
        padding-left: 0;
    }
    
    .account-reg-steps .card-body{
        text-align: center;
    }
    
/*    .account-card p.list-style-icon::before {
        left: -150px;
        padding-right: 40px;
    }*/
    
    .account-card.first-step::before{
        left: 45%;
    }
    
    .account-card.second-setp::before{
        left: 45%;
    }
    
    .account-card.third-step::before{
        left: 45%;
    }
    
    .account-card.fourth-step::before{
        left: 45%;
    }
    
    .account-card.fifth-step::before{
        left: 45%;
    }
    
    .section-yellow::before{
        left: -30px;
    }
    .bef-aft-image::before {
        background: unset !important;
    }
    .bef-aft-image::after {
        background: unset !important;
    }
    .section-yellow::after{
        background: unset !important;
    }
    .section-yellow::before{
        background: unset !important;
    }

    .industry{
        margin: 80px 0 0 0;
    }
    .swiper-banner .swiper-slide{
        min-height: unset;
    }


   
}
@media (max-width : 576.98px) {
    #value-table-full{
        display:none;
    }
    .vlauetable{
        display:flex;
    }
    .menu-header-skin-1{
        background: aliceblue;
    }
    .mw-vhmbgr-wrapper{
        color: #C19D60 !important;
    }

    #mw-module-1709046303745{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1709042031767{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1709040309565{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1709035900683{
        margin-bottom: 900px;
        margin-top: -130px;
    }
   
    #mw-module-1708965160238{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707830195962{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707829546096{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707828709598{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707826337753{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707823574223{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707836538967{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707835331904{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707834058897{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707832940027{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707821541799{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1709799906498{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707813098496{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707812204346{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707811379049{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707726497002{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1709710428953{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1709708462474{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1709662788652{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1709661755652{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1709660640172{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1709655076918{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708454513575{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708453041559{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708452296209{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708451214466{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708449805060{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708447135869{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708444365148{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708438639172{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708436475443{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708435523900{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708433614255{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708429954238{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708432032194{
        margin-top: 0px !important;
        margin-bottom: 900px !important;
    }
    #sharesheader{
        font-size: xx-large;
    }
    #mw-element-1713196499587{
        font-size: xx-large !important;
    }
    #mw-element-1713952905032{
        padding: 0px !important;
    }
    #mw-element-1709053763548{
        height: auto !important;
    }
    #mw-element-1707315312722{
        font-size: 40px !important;
    
    padding-top: 20% !important;
    }
    #mw-element-1709053763536{
        height: auto !important;
    }
    #mw-element-1706515685029{
        padding-top: 5% !important;
    }
    #mw-element-1709057652757{
        height: auto !important;
    }
    #mw-element-1709053763509{
        height: auto !important;
    }
    #mw-element-1707917436775{
        padding-bottom: 5%;
        font-size: xx-large !important;
    }
    #mw-element-1709134142440{
        padding: 20px 0 20px 0 !important;
    }
    #mw-element-1709053763467{
        font-size: xx-large !important;
    }
    #opportunitiesAr{
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    #mw-element-1709552457274{
        padding-right: 15% !important;
    }
    #mw-element-1709133557921{
        font-size: xx-large !important;
        padding-bottom: 10% !important;
    }
    #about2{
        padding-bottom: 10% !important;
    }
    #mw-element-1707917019571{
        font-size: xx-large !important;
        padding-top: 10% !important;
    }
    #mw-element-1709204174955{
        padding-top: 15% !important;
    }
    #mw-element-1707917019508{
        font-size: xx-large !important;
    }
    #mw-element-1707921916016{
        padding-bottom: 15% !important;
    }
    #mw-element-1707465390964{
        height: auto !important;
    }
    #mw-element-1707929607878{
        font-size: xx-large !important;
        padding-bottom: 5% !important;
    }
    #mtpanner{
        padding-top:15%;
    }
    #mw-element-1707572906622{
        font-size: xx-large !important;
        text-align: left !important;
    }
    #cliagreeAr{
        padding-bottom: 5%;
    }
    #mw-element-1709133557921{
        padding-top: 15%;
    }
    #salaminnumsAr{
        font-size: xx-large !important;
    }
    #mw-element-1709126000957{
        padding-top: 10% !important;
    }
    #Arhomebtn{
        padding: 35px 30px !important;
    }
    #mw-element-1709126748231{
    font-size: xx-large;
    }
    #mw-element-1714544512412{
        font-size: xx-large;
        min-height: 115px !important; 
    }
    
    .accordion-body{
        padding: 0px !important;
    }
    #mw-element-1707992219463{
        min-height: auto !important;
    }
    #mw-element-1707992219462{
min-height: auto !important;
    }
    #EXQEH{
        margin: 0% -25% !important;
    width: 100% !important;

    }
    #excont{
        margin: 0% 0% !important;
        width: 100% !important;
    }
    #proaccount{
        margin: 0% -25% !important;
        width: 100% !important;
    }
    #mw-element-1709133557925{
        margin: 0px !important;
        width: 100% !important;
    }
    #mw-element-1707910286653{
        height: auto;
    }
    #ArFAQ{
        text-align: right !important;
    }
    .accordion-body{
        padding: 0px !important;
    }
    #download{
        padding: 0px !important;
    }
    #mw-element-1705939643113{
        height: auto;
    }
    #mw-element-1709050625106{
        height: auto;
    }
    #mw-element-1707407772297{
        font-size: xx-large;
    }
    #mw-element-1709735298792{
        width: 30%;
    }
    #partners{
        margin-top: 10% !important;
    }
    #mw-element-1709051808546{
        margin-top: 10%;
        font-size: xx-large;
    }
    #mw-element-1709130016752{
    padding: 0% 20% !important;
    margin-bottom: 10% !important;
    }
    #mw-element-1709130016753{
        margin-top: 25%;
        padding: 0% 20% !important;
    }
    #mw-element-1707910286651{
        padding: 0% 20% !important;
    }
    #nums{
        width: 100% !important;
    }
    #salamstage{
        display: grid !important;
    }
    #about{
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    #mw-element-1709126000956{
        width: 25% !important;
    }
    #mw-element-1706079375444{
        width: 75% !important;
    }
    .mw-vhmbgr-active-popup{
    width: 100%;
    background-color: #FFF5EF !important;
    }
    #mw-element-1707929607875{
        width: 45%;
    margin: 0% 30%;
    padding-bottom: 10%;
    }
    #mw-element-1707654589585{
        font-size: xx-large !important;
    }
    #forex1{
        width: 100% !important;
        padding-bottom: 10%;

    }
    #Indices1{
        width: 100% !important;
        padding-bottom: 10%;

    }
    #Commodities1{
        width: 100% !important;
        padding-bottom: 10%;
    }
    #Shares1{
        width: 100% !important;
        padding-bottom: 10%;
    }
    #Mt5sec4{
        display: grid;
    }
    #mw-element-1707653282791{
        width: 90%;
    padding-bottom: 10%;
    }
    #mw-element-1709206846623{
        padding-bottom: 10%;
    }
    #mw-element-1708620372290{
        width: 60%;
    }
    #mw-element-1707928248848{
        margin: 0% 25%;
    }
    #DataTables_Table_0{
        display: none;
    }
    #MTH{
        display: grid;
    }
    #mw-element-170896331234423{
        width: 60%;
    padding: 5% 15%;
    }
    #QEHsharesAr{
        margin: 0% 20% !important;
    }
    #sharesAr{
        font-size: x-large;
    }
    #mw-element-1708963312344{
        width: 100%;
    }
    #mw-element-1707839975958{
    font-size: xx-large;
    text-align: right !important;

    }
    #mw-element-17507839975957{
    width: 30%;
   
    }
    #mw-element-1707839975959{
        text-align: left;
    }
    #mw-element-1707839975957{
     width: 90%;
    
    }
    #mw-element-1707656193979{
        font-size: xx-large !important;
    }
    #mw-element-1706079375444{
        width: 60%;
    }
    #mw-element-1707656642414{
    width: 75%;
    margin: 0% 30%;
    }
    #Arind{
    margin: 0% 15%;
    width: 75%;

    }
    #indeh2{
        font-size: xx-large !important;
    }
    #mw-element-1710838768300{
        font-size: x-large;
    }
    #miTabla1{
        margin: 0% !important;
    }
    #mw-element-1709556738544{
        max-height: 100% !important;
        padding-top: 55% !important;
    }
    #mw-element-1707925867928{
        padding: 15% 0%;
    }
    #forexenh2{
        margin-left: 35% !important;
        font-size: xx-large;
        }
    #Arforexh2{
        font-size: xx-large !important;
    }
    #mw-element-1707318999609{
        font-size: x-large;
        margin-right: 35% !important;
    }
    #mw-element-1714031219752{
        min-height: 585px !important;
    }
    #disc{
        display:none;
    }
    #spread{
        display: none;
    }
    #mw-element-1713187760008{
    text-align: left;
    }
    #mw-element-1713187760009{
        text-align: left;
     }
    #mw-element-1713187760010{
        text-align: left;
     }
    #mw-element-1713187760011{
        text-align: left;
    }
    #mw-element-1707475629139{
        width: 50% !important;
        margin: 0% 25% !important;
    }
    #exQEH{
        width: 100% !important;
        margin: 0% 0% !important;
    }
    #cashQEH{
    width: 100% !important;
    margin: 0% -25% !important;
    }
    #mw-element-1707661360992{
    margin: 0% 25% !important;
    width: 50%;
    }
    #mw-element-1708535599155{
    margin: 0% 20% !important;  
    }
    #mw-element-1707312729319{
        width: 60%;
    margin: 0% 20%;
    }
    
    #mw-element-1707917019550{
        max-height: 100% !important;
        padding-bottom: 0% !important;
    }
    #primQEH{
        margin:0% -10% !important
    }
    #mw-element-1707919249355{
        max-height: 100% !important;
        padding-bottom: 0% !important;
    }
    #mw-element-1708680810188{
        width: 45%;
    }
    #mw-element-1708680810189{
    width: 50%;
    margin: 0% 25%;

    }
    #QEH-pro{
        margin: 0px !important;
        width: 100% !important;
        }
    #mw-element-1713967511135{
    
    width: 100% !important;
    margin: 0px !important;
    }
    
    #mw-element-1709056990405{
        margin: 0% 25% !important;
    }
    #mw-element-1708535727801{
        padding-top: 35% !important;
    }
    #mw-element-1707476146733{
        width: 90%;
    }
    #firstQEH{
        margin: 0px !important;
        width: 100% !important;
    }
    
    #QEH-Accounts{
        margin: 0% -25% 0% 116% !important;
        width: 100% !important;
    }
    #mw-element-1707915392055{
        margin-top: 10%;
        font-size: 30px !important;

            padding-top: 80%;
        }
        #mw-element-1709737227436{
            padding-top: 80%;
        }
    #mw-element-1709737227436{
        padding-top: 80%;
    }
    #adds-ar{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #mop-table{
        display: flex;
    }
    #miTabla_wrapper{
      
        display: none;
    }
    #miTabla{
        width: 25% !important;
    margin: 0% 37% !important;
    }
    #contactus-banner{
        width: 20%;
        padding-bottom: 10%;
    }
    #mw-element-1709739637941{
        margin: 0% 26% 0% 35% !important;
    }
    #QEH-Regulationar{
        margin: 0% -25% !important;
        WIDTH: 100% ! IMPORTANT;
    }
    #mw-element-1708529447277{
    width: 70%;
    margin: 0% 15% 0% 15%;
    }
    #mw-element-1708588668415{
    width: 80%;
    }
    #mw-element-1709545046260{
        padding-top: 20%;
    }
    .mw-wysiwyg-table{
        width: 100% !important;
    }
    #mw-element-1705937755550{
        max-width: 100%;
    width: 995px;
    min-height: 67px;
    }
    #text-sec6{
    width: 90%;
    margin-right: 5%;
    text-align: right;
    }
    
    #Ar-img-sec6{
        width: 70% !important;
    }
    #QEH-home{
        width: 100% !important;
        margin: 0% -25% 0% !important;
    }
    .FAQ{
        width: 30% !important;
        margin: 0% 35% 0% 35%;
    }
    #mw-element-1705996814333{
        width: 100% !important;
        margin: 0% !important;
    }
    #background-layout--mw-module-1705940333789{
        display: none !important;
    }
    .QEH {
        width: 50% !important;
        margin: 0% 26% 0% 26% !important;
        background: radial-gradient(circle, #000035, #1c2841, #1d2951) !important;
    }
    #mw-element-1706632158732{
        height: 360px !important; 
        margin: 0px !important; 
    }
    #mw-element-1709739637942{
      
        width: 25%;
        margin-left: 37% !important;
    }

    #mw-element-1713181278142{
        text-align: left;
    }
    #mw-element-1713181278143{
        text-align: left;
    }
    #mw-element-1713181278145{
        text-align: left;
    }
    #mw-element-1713181278146{
        text-align: left;
    }
    #mw-element-1713181278147{
        text-align: left;
    }
    #mw-element-1706088708153{
        font-size: x-large !important; 
    }
    .industry-leading-col{
        width: 100% !important;
        padding: 0% 17% 5% 20% !important
    }
    .industry-leading-col:hover{
        width: 80%;
        
        padding-right: 5%;
    }
    .about-regulation{
        margin-left: 0px !important;
        margin-right: 0px !important
    }
    #mw-element-1709735298794{
        text-align: left;
    }
    #mw-element-1709735298795{
        text-align: left;
    }
    #mw-element-1709735298796{
        text-align: left;
    }
    #mw-element-1709735298796{
        text-align: left;
    }
    #Address{
        margin-top: -42% !important; 
    }
    #Accounts{
        margin-top: -42% !important; 
    }
    #Follow{
        margin-top: 15%;
        width: 50% !important;
    }
    #Contact{
        width: 100% !important;
    }
    .salam-table h2{
        margin: 1rem 3rem !important;
    }
    .FAQ .accordion-body ul{
        padding-left: 37px;
    }
	.markets-can-you-trade .section-direction:nth-of-type(even){
		padding:  0;
	}
	.markets-can-you-trade .section-direction {
    		margin: 0px 0;
	}
    .accounts-card-item-defualt{
        max-height: unset;
    }
    .accounts-card-item-defualt ul li{
        font-size: 13px;
        font-weight: 400;
    }
    .accounts-card-item-defualt li p:first-child {
        display: block;
        font-weight: 700;
    }
    .mt-list{
        display: none;
    }
    .title-caption-form a.view-list {
        font-size: 18px;
    }
    .bef-aft-img-4{
        width: unset;
    }
    .normal{
        display: block;
        margin: auto;
    }
    .cutting{
        display: none;
    }
    .nav-buttons .btn{
        height: fit-content;
    }
    .bef-aft-img-customers {
        margin-top: 0;
    }
    .MT5{
        padding: 70px 0;
    }
    .opportunities{
        padding: 80px 0 0px 0;
    }
    .bef-aft-img-3::before,
    .bef-aft-img-2::before, .bef-aft-img::before, .bef-aft-img-mt5::before,
    .bef-aft-img-MT5Page::before, .bef-aft-img-ProPage::before,
    .section-direction .img-section-direction::before,
    .bef-aft-img-5::before, .bef-aft-img-4::before{
        display: none;
    }
    .how-to-download .device{
        padding: 20px 15px;
    }
    .FAQ .accordion-button{
        padding: 25px;
    }
    .FAQ span{
        padding-right: 20px;
    }
    .FAQ .accordion-body{
        padding-left: 0px !important;
    }
    .FAQ .accordion-body p{
        padding-left: 10px;
    }
    .contactUs-title td{
        padding: 15.5px 41px 0 41px !important;
    }
    .Salam-Investment-Story.home-white-wave::before{
        top: -45px;
    }
    .banner-text-img{
        top: unset;
    }
    .banner-text-img-one-symbol-chart{
        top: unset;
    }
    
    .bef-aft-text::before{
        top: -20px;
    }
   
    .bef-aft-text::after{
        bottom: -20px;
        left: -5px;
    }
    .team-service .row div.col-lg-6:first-child{
        align-items: start;
    }

    .home-white-wave::before{
        top: -93px;
    }

    .section-direction{
        margin: 40px 0;
    }
    .section-direction .col-lg-6:nth-child(2){
        margin-top: 3rem;
    }
    .Customers .bef-aft-text::before{
        left: 0;
    }
    .mt5-link{
        gap: 10px;
    }
    .bg-brown::before{
        top: -45px;
    }

    .bg-brown::after{
        top: 45px;
    }
    .bef-aft-img-mt5::before{
        left: 0;
      }
    .bg-brown-color p.blue-subtitle{
        font-size: 30px;
    }
    .bg-brown-color a.text-white{
        font-size: 14px;
    }
    .title-caption-form a{
        text-align: end;
    }
    .bef-aft-text::before{
        left: 0;
    }
    .banner-card{
        min-width: 350px;
        top: 30px;
    }

    .title-caption-form table.dataTable.nowrap th, table.dataTable.nowrap td{
        text-align: start !important;
        padding-left: 35px !important;
    }
    h2{
        font-weight: 700;
        font-size: 38px;
    }
    .img-text-towCol h2{
        font-size: 28px;
    }
    .Advantages-of-Trading-With-Salam-Investements .btn-yellow-dump{
		max-width: 200px;
	}
    .FAQ .accordion-button{
        font-size: 18px;
    }
    .FAQ .accordion-body p,
    .FAQ .accordion-body ul li{
        font-size: 14px;
    }
    .bef-aft-img-2{
        max-width: 180px;
    }
    .bef-aft-img-2::before{
        left: -65px;
        width: 275px;
    }
    .FAQ .accordion{
        padding-bottom: 50px;
    }
    footer.relative-section::before{
        top: -60px;
    }
    

    .mt5-link h2{
        font-size: 26px;
    }
    .careers-modal .input-group.input-group-radio label{
        font-size: 12px;
    }
    .job-description p.p-lable{
        font-size: 14px;
    }
    
    .career-tabs .nav-link h2{
        font-size: 22px;
    }
    
    .career-tabs .nav-link p{
        font-size: 14px;
    }
    
    .career-tabs .nav-link p span{
        font-size: 14px;
    }
    
    .job-description h2{
        font-size: 34px;
    }
    
    .job-description .job-time{
        font-size: 14px;
    }
    
    .job-description h4{
        font-size: 20px;
    }
    
    .job-description p{
        font-size: 14px;
    }

    .money-icon-position::before{
        display: none;
    }
    
    .money-icon-position::after{
        display: none;
    }
    
    .platforms .card-platforms:first-child .card::after{
        display: none;
    }
    
    .platforms .card-platforms:last-child .card::after{
        display: none;
    }
    
    .MetaTrader .img-MetaTrader::before{
        display: none;
    }
    
    .MetaTrader .img-MetaTrader::after{
        display: none;
    }
    
    .dotted-lines::before{
        left: 0 !important;
    }
    
    .dotted-lines::after{
        left: 0 !important;
    }
    
    .instrument-card::before{
        left: 10px;
    }
    
    .opportunities-position::before{
        left: 0;
    }
    
    .opportunities-position::after{
        left: 0;
    }
    
    .dote-square-orange{
        left: 0;
    }
    
    .img-banner{
        webkit-clip-path: unset;
        clip-path: unset;
    }
    
    .img-banner::before{
        display: none;
    }
    
    .img-banner-absolute img{
        min-height: unset;
    }
    
    .section-yellow::before{
        left: unset;
        top: 38px;
    }
    
    .bg-yellow .p-with-a, .bg-yellow .p-with-a a{
        font-size: 20px;
    }
    
    .bef-aft-image::before {
        left: -10px;
    }
    
    .img-banner-absolute {
        position: relative !important;
    }

    .trades .text-black::before {
        top: -5px;
        left: 5px;
    }

    .unlock {
        font-size: 12px;
        padding: 15px 10px;
    }

    .agreements p {
        font-size: 18px;
        margin-left: 10px;
    }

    .position-download::after {
        top: -20px;
    }

    .academy .btn,
    .academy .course {
        max-width: 100%;
        margin-left: 0;
    }

    .label-select label,
    .input-group.input-group-multi label {
        border-right: 0;
    }

    .input-group.input-group-radio label span {
        border-left: 0;
    }

    h1 {
        line-height: 1;
    }

    .banner-with-btn h3 {
        font-size: 30px
    }

    .banner-with-btn p {
        font-size: 18px;
    }

    .bg-default .demo a {
        font-size: 16px;
    }

    .bg-banner-text-with-img .container {
        padding: 0;
    }
    
    /* .banner-text-with-img p, .bg-banner-text-with-img p {
        max-height: 100%;
        display: inline-block;
        text-align: start;
    } */
    
    .banner-text-with-img h5, .bg-banner-text-with-img h5{
        text-align: start;
    }
    
    .img-banner img {
        max-width: 100%;
    }
    
    .education .cards-title{
        font-size: 18px;
    }
    
    .account-reg-steps .account-card p.list-style-icon{
        margin-left: 0;
    }
    
    .account-reg-steps .card-text p.hint{
        margin-left: 0;
    }
    
    .education-banner .img-banner-absolute{
        display: none !important;
    }
    
    .contactUs .modal-dialog p {
        padding: 20px;
    }

    .bef-aft-img-4{
        max-width: 100%;
    }
    .bef-aft-img-4::before{
        width: 100%;
        left: -30px;
    }
    .platform-info h2 {
        font-size: 25px;
    }
    .platform-info li {
		font-size: 15px;
	}
    .platform-info h2 span{
        font-size: 23px;
    }
    h2, h2.title.best-place{
        font-size: 30px;
    }
    .bef-aft-img-whySalamPage::before{
        height: 250px;
    top: -70px;
    left: 50px;
    }
    .bef-aft-img-whySalamPage{
        max-width: 300px;
    }    
    .bef-aft-img-5.founder{
        width: 100%;
    }
    .announcements .platform-info{
		padding-right: 0;
    	padding-left: 0;
	}
}

@media (max-width:400px) {
    #value-table-full{
        display:none;
    }
    .vlauetable{
        display:flex;
    }
    .menu-header-skin-1{
        background: aliceblue;
    }
    #mw-module-1709046303745{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1709042031767{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1709040309565{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1709035900683{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    
    #mw-module-1708965160238{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707830195962{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707829546096{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707828709598{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707826337753{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707823574223{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707836538967{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707835331904{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707834058897{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707832940027{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707821541799{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1709799906498{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707813098496{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707812204346{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707811379049{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1707726497002{
        margin-bottom: 900px;
        margin-top: -130px;
    }
    #mw-module-1709710428953{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1709708462474{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1709662788652{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1709661755652{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1709660640172{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1709655076918{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708454513575{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708453041559{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708452296209{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708451214466{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708449805060{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708447135869{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708444365148{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708438639172{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708436475443{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708435523900{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708433614255{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708429954238{
        margin-bottom: 900px !important;
        margin-top: 0px !important;
    }
    #mw-module-1708432032194{
        margin-top: 0px !important;
        margin-bottom: 900px !important;
    }
    #sharesheader{
        font-size: xx-large;
    }
    #mw-element-1713196499587{
        font-size: xx-large !important;
    }
    #mw-element-1713952905032{
        padding: 0px !important;
    }
    #mw-element-1709053763548{
        height: auto !important;
    }
    #mw-element-1707315312722{
        font-size: 40px !important;
    
    padding-top: 20% !important;
    }
    #mw-element-1709053763536{
        height: auto !important;
    }
  
    #mw-element-1706515685029{
        padding-top: 5% !important;
    }
    #mw-element-1709057652757{
        height: auto !important;
    }
   
    #mw-element-1709053763509{
        height: auto !important;
    }
    #mw-element-1707917436775{
        padding-bottom: 5%;
        font-size: xx-large !important;
    }
    #mw-element-1709134142440{
        padding: 20px 0 20px 0 !important;
    }
    #mw-element-1709053763467{
        font-size: xx-large !important;
    }
    #opportunitiesAr{
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    #mw-element-1709552457274{
        padding-right: 15% !important;
    }
    #mw-element-1709133557921{
        font-size: xx-large !important;
        padding-bottom: 10% !important;
    }
    #about2{
        padding-bottom: 10% !important;
    }
    #mw-element-1707917019571{
        font-size: xx-large !important;
        padding-top: 10% !important;
    }
    #mw-element-1709204174955{
        padding-top: 15% !important;
    }
    #mw-element-1707917019508{
        font-size: xx-large !important;
    }
    #mw-element-1707921916016{
        padding-bottom: 15% !important;
    }
    #mw-element-1707465390964{
        height: auto !important;
    }
    #mw-element-1707929607878{
        font-size: xx-large !important;
        padding-bottom: 5% !important;
    }
    #mtpanner{
        padding-top:15%;
    }
    #mw-element-1707572906622{
        font-size: xx-large !important;
        text-align: left !important;
    }
    #cliagreeAr{
        padding-bottom: 5%;
    }
    #mw-element-1709133557921{
        padding-top: 15%;
    }
    #salaminnumsAr{
        font-size: xx-large !important;
    }
    #mw-element-1709126000957{
        padding-top: 10% !important;
    }
    #Arhomebtn{
        padding: 35px 30px !important;
    }
    #mw-element-1709126748231{
        font-size: xx-large;
        }
    #mw-element-1714544512412{
        font-size: xx-large;
        min-height: 115px !important; 
    }

    .accordion-body{
        padding: 0px !important;
    }
    #mw-element-1707992219463{
        min-height: auto !important;
    }
    #mw-element-1707992219462{
        min-height: auto !important;
            }
    #EXQEH{
        margin: 0% -25% !important;
    width: 100% !important;

    }
    #excont{
        margin: 0% 0% !important;
        width: 100% !important;
    }
    #proaccount{
        margin: 0% -25% !important;
        width: 100% !important;
    }
    #mw-element-1709133557925{
        margin: 0px !important;
        width: 100% !important;
    }
    #mw-element-1707910286653{
        height: auto;
    }
    #ArFAQ{
        text-align: right !important;
    }
    .accordion-body{
        padding: 0px !important;
    }
    #download{
        padding: 0px !important;
    }
    #mw-element-1705939643113{
        height: auto;
    }
    #mw-element-1709050625106{
        height: auto;
    }
    #mw-element-1707407772297{
        font-size: xx-large;
    }
    #mw-element-1709735298792{
        width: 30%;
    }
    #partners{
        margin-top: 10% !important;
    }
    #mw-element-1709051808546{
        margin-top: 10%;
        font-size: xx-large;
    }
    #mw-element-1709130016752{
        padding: 0% 20% !important;
        margin-bottom: 10% !important;
        }
        #mw-element-1709130016753{
            margin-top: 25%;
            padding: 0% 20% !important;
        }
        #mw-element-1707910286651{
            padding: 0% 20% !important;
        }
    #mw-element-1707910286651{
        padding: 0% 20% !important;
    }
    #nums{
        width: 100% !important;
    }
    #salamstage{
        display: grid !important;
    }
    #about{
        margin-left: 10px !important;
        margin-right: 15px !important;
    }
    #mw-element-1709126000956{
        width: 25% !important;
    }
    #mw-element-1706079375444{
        width: 75% !important;
    }
    .mw-vhmbgr-active-popup{
        width: 100%;
        background-color: #FFF5EF !important;
        }
    #mw-element-1707929607875{
        width: 45%;
    margin: 0% 30%;
    padding-bottom: 10%;
    }
    #mw-element-1707654589585{
        font-size: xx-large !important;
    }
    #forex1{
        width: 100% !important;
        padding-bottom: 10%;
    }
    #Indices1{
        width: 100% !important;
        padding-bottom: 10%;
    }
    #Commodities1{
        width: 100% !important;
        padding-bottom: 10%;
    }
    #Shares1{
        width: 100% !important;
        padding-bottom: 10%;
    }
    #Mt5sec4{
        display: grid;
    }
    #mw-element-1707653282791{
        width: 90%;
    padding-bottom: 10%;
    }
    #mw-element-1709206846623{
        padding-bottom: 10%;
    }
    #mw-element-1708620372290{
        width: 60%;
    }
    #mw-element-1707928248848{
        margin: 0% 25%;
    }
    #DataTables_Table_0{
        display: none;
    }
    #MTH{
        display: grid;
    }
    #mw-element-170896331234423{
        width: 60%;
    padding: 5% 15%;
    }
    #QEHsharesAr{
        margin: 0% 20% !important;
    }
    #sharesAr{
        font-size: x-large;
    }
    #mw-element-1708963312344{
        width: 100%;
    }
    #mw-element-1707839975958{
        font-size: xx-large;
        text-align: right !important;
    
        }
        #mw-element-17507839975957{
        width: 30%;
       
        }
    #mw-element-1707839975959{
        text-align: left;
    }
    #mw-element-1707839975957{
        width: 90%;
       
       }
    #mw-element-1707656193979{
        font-size: xx-large !important;
    }
    #mw-element-1706079375444{
        width: 60%;
    }
    #mw-element-1707656642414{
        width: 75%;
        margin: 0% 30%;
        }
    #Arind{
        margin: 0% 15%;
        width: 75%;
    }
    #indeh2{
        font-size: xx-large !important;
    }
    #mw-element-1710838768300{
        font-size: x-large;
    }
    #miTabla1{
        margin: 0% !important;
    }
    #mw-element-1709556738544{
        max-height: 100% !important;
        padding-top: 55% !important;
    }
    #mw-element-1707925867928{
        padding: 15% 0%;
    }
    #forexenh2{
    margin-left: 35% !important;
    font-size: xx-large;
    }
    #Arforexh2{
        font-size: xx-large !important;
    }
    #mw-element-1707318999609{
    font-size: x-large;
    margin-right: 35% !important;

    }
    #disc{
        display:none;
    }
    #spread{
        display: none;
    }
    #miTabla_wrapper {
        overflow-x: auto;
      }
   
    #mw-element-1713187760008{
        text-align: left;
        }
        #mw-element-1713187760009{
            text-align: left;
         }
        #mw-element-1713187760010{
            text-align: left;
         }
        #mw-element-1713187760011{
            text-align: left;
        }
    #mw-element-1707475629139{
        width: 50% !important;
        margin: 0% 25% !important;
    }
    #exQEH{
        width: 100% !important;
        margin: 0% 0% !important;
    }
    #cashQEH{
        width: 100% !important;
        margin: 0% -25% !important;
        }
    #mw-element-1707661360992{
        margin: 0% 25% !important;
        width: 50%;
        }
    #mw-element-1708535599155{
        margin: 0% 20% !important;  
        }
    #mw-element-1707312729319{
        width: 60%;
    margin: 0% 20%;
    }
    #mw-element-1707917019550{
        max-height: 100% !important;
        padding-bottom: 0% !important;
    }
    #primQEH{
        margin:0% -10% !important
    }
    #mw-element-1707919249355{
        max-height: 100% !important;
        padding-bottom: 0% !important;
    }
    #mw-element-1708680810188{
        width: 45%;
    }
    #mw-element-1708680810189{
    width: 50%;
    margin: 0% 25%;

    }
    
    #mw-element-1713967511135{
    
    width: 100% !important;
    margin: 0px !important;
    }
    
    #QEH-pro{
    margin: 0px !important;
    width: 100% !important;
    }
    #mw-element-1709056990405{
        margin: 0% 25% !important;
    }
    
    #mw-element-1708535727801{
        padding-top: 35% !important;
    }
    #mw-element-1707476146733{
        width: 90%;
    }
    #firstQEH{
        margin: 0px !important;
        width: 100% !important;
    }
    
    #QEH-Accounts{
        margin: 0% -25% 0% 116% !important;
        width: 100% !important;
    }
    #mw-element-1707915392055{
        font-size: 30px !important;
        margin-top: 10%;
            padding-top: 80%;
        }
        #mw-element-1709737227436{
            padding-top: 80%;
        }
    #adds-ar{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #mop-table{
        display: flex;
    }
    #miTabla_wrapper{
       
        display: none;
    }
    #miTabla{
  
          width: 25% !important;
        margin: 0% 37% !important;
        
    }
    #contactus-banner{
        width: 20%;
        padding-bottom: 10%;
    }
    #mw-element-1709739637941{
        margin: 0% 26% 0% 35% !important;
    }
    #QEH-Regulationar{
        margin: 0% -25% !important;
        WIDTH: 100% ! IMPORTANT;
    }
    #mw-element-1708529447277{
        width: 70%;
        margin: 0% 15% 0% 15%;
        }
        #mw-element-1708588668415{
        width: 80%;
        }
    #mw-element-1709545046260{
        padding-top: 20%;
    }
    .mw-wysiwyg-table{
        width: 100% !important;
    }
    #mw-element-1705937755550{
        max-width: 100%;
    width: 995px;
    min-height: 67px;
    }
    #text-sec6{
    width: 90%;
    margin-right: 5%;
    text-align: right;

    }
    #Ar-img-sec6{
        width: 70% !important;
    }
    #QEH-home{
        width: 100% !important;
        margin: 0% -25% 0% !important;
    }
    .FAQ{
        width: 30% !important;
        margin: 0% 35% 0% 35%;
    }
    #mw-element-1705996814333{
        width: 100% !important;
        margin: 0% !important;
    }
    #background-layout--mw-module-1705940333789{
        display: none !important;
    }
    .QEH {
        width: 50% !important;
        margin: 0% 26% 0% 26% !important;
        background: radial-gradient(circle, #000035, #1c2841, #1d2951) !important;
    }
    #mw-element-1706632158732{
        height: 360px !important; 
        margin: 0px !important; 
    }
    #mw-element-1709739637942{
        margin-left: 37% !important;
        width: 25%;
    }
    #mw-element-1713181278142{
        text-align: left;
    }
    #mw-element-1713181278143{
        text-align: left;
    }
    #mw-element-1713181278145{
        text-align: left;
    }
    #mw-element-1713181278146{
        text-align: left;
    }
    #mw-element-1713181278147{
        text-align: left;
    }
    #mw-element-1706088708153{
        font-size: x-large !important; 
    }
    .industry-leading-col{
        width: 100% !important;
        padding: 0% 17% 5% 20% !important
    }
    .industry-leading-col:hover{
        width: 80%;
        
        padding-right: 5%;
    }
    .about-regulation{
        margin-left: 0px !important;
        margin-right: 0px !important
    }
    #mw-element-1709735298794{
        text-align: left;
    }
    #mw-element-1709735298795{
        text-align: left;
    }
    #mw-element-1709735298796{
        text-align: left;
    }
    #mw-element-1709735298796{
        text-align: left;
    }
    #Address{
        margin-top: -42% !important; 
    }
    #Accounts{
        margin-top: -42% !important; 
    }
    #Follow{
        margin-top: 15%;
        width: 50% !important;
    }
    #Contact{
        width: 100% !important;
    }
    .title-caption-form.one-symbol-style table.dataTable.display tbody td{
		padding: 15px 15px 15px 32px !important;
	}
    .nav-buttons .btn {
        margin-top: 12px;
    }
    .navtop img{
        bottom: 16px;
    }
    .navtop .navbar-toggler{
        padding: 0;
    }
    .nav-buttons .btn {
        font-size: 9px;
        width: 25% !important;
    }
    .Salam-Investment-Story.home-white-wave::before{
       top: -30px;
    }
    .mt5-link h2{
        font-size: 22px;
    }
    .home-white-wave::before{
        top: -83px;
    }
    .bef-aft-img-MT5Page::before{
        height: 360px;
      }
    .bg-brown::before{
        top: -30px;
    }

    .bg-brown::after{
        top: 30px;
    }
    .title-caption-form h2{
        margin: 20px !important;
        font-size: 26px;
    }
    
    .white-wave::before, .chart-bg.white-wave::before{
        top: 12px;
    }

    .banner-card{
        min-width: 290px;
    }
    .absolute-banner-content .absolute-unlock{
        width: 245px;
        top: 80px;
    }

    .absolute-banner-content .absolute-unlock p{
        font-size: 12px;
    }

    .section-direction .img-section-direction::before {
        top: -75px;
    }

    .what-next a.btn-yellow-fill:last-child{
        padding: 30px;
    }

    .mega-menu h6{
        font-size: 12px;
    }

    .mega-menu a{
        font-size: 10px;
    }
    .FAQ .accordion{
        padding-bottom: 10px;
    }
    footer.relative-section::before{
        top: -35px;
    }
    .swiper-banner .swiper-pagination{
        margin-bottom: 125px;
    }
    
    .FAQ .accordion-button{
        font-size: 16px;
    }

    .FAQ span{
        font-size: 22px;
    }

    .FAQ .accordion-body p{
        font-size: 15px;
    }
    
    .careers-modal .tab-content .tab-pane{
        padding: 10px;
    }
    .career-tabs .nav-link p{
        font-size: 12px;
    }
    .career-tabs .nav-link h2{
        font-size: 16px;
    }
    .careers-modal .attached{
        right: -18px;
    }
    
    .job-description p.p-lable{
        font-size: 12px;
    }

    .bg-banner-text-with-img {
        font-size: 14px;
    }

    .instrument {
        text-align: center;
    }

    .label-select {
        flex-wrap: wrap;
    }

    .bg-blue-default p {
        font-size: 16px;
        max-width: 85%;
        margin-top: 0;
    }

    .special-info-background p {
        max-width: 100%;
    }

    .img-instrument {
        margin-top: 15px;
    }
    
/*    .account-card p.list-style-icon::before {
        left: -85px;
        padding-right: 40px;
    }*/
    
    .account-reg-steps .card-text p{
        font-size: 12px;
    }
    
    .account-reg-steps .card-title h2{
        font-size: 15px;
    }
    
    .account-card.first-step::before{
        left: 42%;
    }
    
    .account-card.second-setp::before{
        left: 42%;
    }
    
    .account-card.third-step::before{
        left: 42%;
    }
    
    .account-card.fourth-step::before{
        left: 42%;
    }
    
    .account-card.fifth-step::before{
        left: 42%;
    }
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 5px 20px;
}
.btn-yellow-fill {
    background: #C19D60;
    color: #fff;
    max-width: 171.41px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    margin: 5px;
    padding: 15px 10px;
}

.btn-close {
    width: 1em !important;
}

.loginIframe {
    width: 100%;
    height: 800px;
}

.btn-blue {
    background: #3165b9;
    color: #fff;
    min-width: 172.54px;
    max-width: fit-content;
}

.btn-blue:hover,
.fixed-header .navtop .btn-blue:hover,
.another-header .navtop .btn-blue:hover {
    border-color: #3165b9;
    color: #3165b9;
    background-color: #fff !important;
}

.btn-yellow {
    background-color: #fbb800;
    max-width: fit-content;
    min-width: 172.54px;
    font-weight: 500;
    padding: 10px 15px;
    color: #fff;
}

.btn-yellow:hover {
    border-color: #fbb800;
    color: #fbb800;
}

.flex-start {
    display: flex;
    align-items: flex-start;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pt-135{
padding-top:0px !important;
}
.pt-120{
    padding-top: 120px;
    overflow-x: clip;
}

.pt-80 {
    padding-top: 80px;
    overflow-x: clip;
}

.pt-70 {
    padding-top: 70px;
}

.pt-40 {
    padding-top: 40px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-10 {
    margin-top: 10px;
}
.bg-blue {
    background: url(../bg_blue_banner.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0;
    min-height: 288px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: clip;
    overflow-y: hidden;
}

.h-70 {
    height: 70px;
}

.bg-blue-dark::before {
    background: #1d50a4;
    opacity: 0.7;
    z-index: 1;
}

.bg-brown-color {
    background-color: #C19D60;
}

.bg-brown::before{
/*    content: '';
    background: url(../img_position/new-bg-brown-top.png) no-repeat top;
    background-size: 100%;
    position: absolute;
    top: -155px;*/
}

.bg-brown::after{
    content: '';
    background: url(../img_position/new-bg-brown-bottom.png) no-repeat bottom;
    background-size: 100%;
    position: absolute;
    top: 155px;

}

.bg-default {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    padding: 120px 0;
    color: #ffffff;
    display: flex;
    justify-content: center;
    overflow-x: clip;
    overflow-y: hidden;
}

.bg-default .relative-section {
    z-index: 2;
}

.bg-default p {
    margin: 0;
}
.accounts-card-item-defualt ul li {
    list-style: url(http://44.198.227.207/api/image-generate-tn-request/9b3b2c4d-da7c-4332-87d4-11519aa78fd6?saved) !important;
    padding: 2px;
    border-bottom: 1px solid rgba(188, 151, 91, 0.2);
    font-size: 12px;
    font-weight: 500;
    padding-left: 12px;
}
.bg-default .demo a {
    color: #ffffff;
}

.py-40 {
    padding: 40px 15px !important;
}

.py-30 {
    padding: 30px 15px !important;
}

.py-24 {
    padding: 24px 15px !important;
}

.f-weight-400 {
    font-weight: 400 !important;
}

.bg-white-shadow::before {
    background: #e9f1fd;
    opacity: 0.7;
    z-index: 1;
}


.btn-yellow-fill {
    background: #C19D60;
    color: #fff;
    max-width: 171.41px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    margin: 5px;
    padding: 15px 10px;
}

.btn-yellow-fill:hover{
    background: transparent;
    color: #C19D60;
    border: 1px solid #C19D60;
}

.btn-yellow-dump:hover{
    background: #C19D60;
    color: #fff;
}

.btn-yellow-fill:active, .btn-yellow-dump:active{
    color: #C19D60 !important;
    border-color: transparent !important;
}

.btn-yellow-dump {
    background: transparent;
    color: #C19D60;
    border: 1px solid #C19D60;
    max-width: 171.41px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    margin: 5px;
    padding: 15px 10px;
}

.text-center{
    text-align: center !important;
}

.subtitle-yellow{
    color: #C19D60;
}

/* header */
.header {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    transform: translateZ(0);
    /* max-width: 1480px;
        margin: auto; */
}

.another-header {
    position: relative;
    /*    overflow-x: clip;*/
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    animation: slide-down 0.7s;
    opacity: 1;
    z-index: 12;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fixed-header{
    background-color: #fff;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.fixed-header .nav-bottom,
.another-header .nav-bottom {
    background-color: #203988;
}

.fixed-header .navtop .img-absolute,
.another-header .navtop .img-absolute,
.fixed-header .nav-buttons .img-absolute{
    display: none;
}

.fixed-header .navtop .img-fixed,
.another-header .navtop .img-fixed,
.fixed-header .nav-buttons .img-fixed{
    display: block;
}

.header.fixed-header
.navtop
.select2-container--default
.select2-selection--single
.select2-selection__rendered,
.header.fixed-header
.navtop
.select2-container--default
.select2-selection--single
.select2-selection__placeholder,
.header.another-header
.navtop
.select2-container--default
.select2-selection--single
.select2-selection__rendered,
.header.another-header
.navtop
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #283246;
}

.header.fixed-header
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b,
.header.another-header
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b,
.input-group
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    background: url("../arrow_dwon_blue.svg") no-repeat;
    width: 100%;
    height: 100%;
    border-color: transparent;
    border: 0;
}


/* Navbar */

.navtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0;
}

.img-fixed {
    display: none;
}

.navtop .select2-container {
    max-width: 180px;
}

.navtop .select2-container--default .select2-selection--single {
    border: 0;
    background: transparent;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
}

.navtop
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #fff;
}

.navtop
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: unset;
}

.select2-results__option {
    border-bottom: 1px solid rgba(49, 101, 185, 0.5);
    border-top: 1px solid #3165b9;
    padding: 10px 10px;
    font-size: 12px;

    font-weight: 400;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #e3eaf4;
    color: #15203b;
}

.navtop
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #fff;
}

.select2-dropdown {
    background: #fff;
    border: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    background: url("../arrow_dwon.svg") no-repeat;
    width: 100%;
    height: 100%;
    border: 0;
}

select {
    opacity: 0;
}

.navtop .btn-blue {
    padding: 7px 10px;
    /* font-weight: 300; */
    width: 116px;
}

.navtop .btn-blue:hover {
    color: #fff;
    border-color: #fff;
}

.navtop .navbar-toggler-icon {
    background: url("../icon/bars_white.svg") no-repeat;
}

.navtop .navbar-toggler {
    border: 0;
    padding-top: 25px;
}

button:focus,
button:active,
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 45px; */
    padding-left: 25px;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
    /* padding: 25px 0 0 20px; */
    font-size: 14px;
}

.fixed-header .navtop .navbar-expand-lg .navbar-nav .nav-link{
    color: #05264F;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #C19D60;
}

.fixed-header .navtop .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #C19D60;
}
/* banner swiper */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-banner .swiper-slide {
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

.swiper-slide h1.title {
    position: relative;
    padding: 0 15px;
    max-width: 783px;
    margin: auto;
    font-size: 50px;
    font-weight: 800;
}


.swiper-slide .title h1 {
    font-size: 48px;

    font-weight: 900;
    line-height: 1;
}

.swiper-slide .subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    max-width: 783px;
    margin: 29px auto 43px;
    color: #fff;
}

.swiper-banner .swiper-slide {
    background-size: cover !important;
    width: 100% !important;
    min-height: 100vh;
    max-height: 800px;
    height: 800px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

/* .swiper-banner .swiper-slide::before {
    background: url('../banner/bg_banner.png') no-repeat;
    background-size: cover;
} */

/* pagination for swiper */
.swiper-pagination {
    z-index: 1;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #d9d9d9;
    opacity: 1;
}

.swiper-banner .swiper-pagination-bullet {
    background: #e3eaf4;
}

.swiper-pagination-bullet-active {
    background: #C19D60 !important;
}

.swiper-banner .swiper-pagination {
    margin-bottom: 150px;
}


/* accounts-with-unique  */
.accounts-with-unique.bg-blue-light {
    position: relative;
    z-index: 0;
}

.accounts-with-unique .subtitle {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
    line-height: 1.3;
    padding: 0;
}

.accounts-with-unique .flex-center {
    flex-wrap: nowrap;
    align-items: flex-start;
}

.accounts-with-unique h1 {
    /*    max-width: 734px;*/
    margin: auto;
}

.accounts-card-item {
    width: 225px;
    background: #BC975B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 0px 0px 10px;
}


.accounts-card-item.mt-list ul {
    margin-bottom: 0;
    padding: 25px;
    list-style: none;
}

.accounts-card-item ul.trader-half-column li{
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    white-space: nowrap;
}


.accounts-card-item ul li {
    padding: 4.4px 3px;
    border-bottom: 1px solid rgba(231, 215, 170, 0.1);
    max-width: 170px;
    margin: auto;
}

.accounts-card-item ul li p {
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    color: #15203B;
    text-decoration: none;
}

.accounts-card-item ul li p {
    margin-bottom: 0;
}


.accounts-card-item-defualt {
    background: rgb(188 151 91 / 10%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    max-width: 220px;
    /* height: 625px; */
    /* width: 232px; */
    margin: auto;
    text-align: start;
}

.accounts-card-item-defualt h2 {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.5;
}

.accounts-card-item-defualt p.subtitle-fill{
    font-weight: 500;
    font-size: 12px;
    background: #C19D60;
    border-radius: 6px;
    color: #FFFFFF;
    width: fit-content;
    margin: auto;
    margin-bottom: 8px;
    padding: 4px 22px;
    text-transform: capitalize;
    white-space: nowrap;
}

.accounts-card-item-defualt ul {
    box-shadow: none;
}

.check-mark{
    color: #C19D60;
    font-weight: 900;
    transform: rotateZ(7deg);
    bottom: 4px;
    position: relative;
    font-size: 20px;
}

.btn-Trader{
    /* height: 50px; */
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.accounts-card-item-defualt:hover{
    background: #15203B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
    transform: scale(1.08);
}

.accounts-card-item-defualt:hover li, .accounts-card-item-defualt:hover li p{
    color: #FFFFFF;
}

.accounts-card-item-defualt:hover .find-out-more{
    color: #C19D60;
}

.mt-list {
    margin-top: 147px;
    height: 318px;
}

.btn-pro,
.btn-prime,
.btn-premium {
    border-radius: 6px;
    padding: 12px 15px;
    max-width: 163px;
    color: #fff;
}

.btn-pro {
    background: #203988;
}

.btn-pro:hover {
    border-color: #203988;
    color: #203988;
}

.btn-prime {
    background: #3165b9;
}

.btn-premium {
    background: #fbb800;
}

.btn-prime:hover {
    border-color: #3165b9;
    color: #3165b9;
}

.btn-premium:hover {
    border-color: #fbb800;
    color: #fbb800;
}

.find-out-more {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #283246;
}

.accounts-card-item-defualt::before {
    left: 28px;
    top: 30px;
}
.accounts-card-item-defualt li p:first-child {
    display: none;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* table-striped-account */
.striped-account {
    font-size: 14px;
    font-weight: 500;
}

.striped-account h6 {
    color: #15203B;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
}

.striped-account .striped-account-data {
    padding: 15.5px 20px;
    text-align: center;
}

.spriped-account-data span{
    text-align: center;
}

.striped-account:nth-of-type(odd) > * {
    background: rgb(188 151 91 / 20%);
}

.striped-account {
    background: rgb(188 151 91 / 3%);
}

.striped-account .col-border {
    border-right: 1px solid rgb(231 215 170 / 30%);
}


.table-river-prime tr th,
.table-river-prime tr td {
    text-align: center !important;
}

.pro-account-benefits{
    padding-bottom: 80px;
}


.pro-account-benefits .pro{
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

.pro-table{
    padding-right: 12px;
    padding-left: 12px;
}

.pro-account-benefits p.subtitle{
    text-transform: uppercase;
    font-size: 24px;
}

.pro-account-benefits h2{
    font-size: 36px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background: #346abd;
    box-shadow: 0 0 10px #346bbd6e;
    border: 0;
}
.table-river-prime .table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}
.table-river-prime .table.dataTable > tbody > tr.child ul.dtr-details > li {
    padding: 1em 0;
}
.table-river-prime
.table.dataTable.dtr-inline.collapsed
> tbody
> tr
> td.child,
.table-river-prime
.table.dataTable.dtr-inline.collapsed
> tbody
> tr
> th.child {
    padding: 0px 10px;
}

.table-river-prime tr th:first-child,
.table-river-prime tr th:nth-child(2),
.table-river-prime tr td:first-child,
.table-river-prime tr td:nth-child(2) {
    text-align: start !important;
    white-space: pre-wrap !important;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center !important;
}
.table-river-prime tr td:nth-child(2) {
    white-space: pre-wrap !important;
    min-width: 250px;
}

.table-river-prime.table-value tr td:nth-child(2) {
    min-width: unset;
}


.table-river-prime .table tr > * {
    padding: 20.5px 40px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
}

.caption {
    margin: 16px 0;
    font-weight: 400;
    font-size: 14px;
}

.link-yellow {
    margin-bottom: 20px;
    text-align: end;
}

.link-yellow a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-decoration-line: underline;
    color: #fbb800;
}

.link-yellow p {
    /*New style*/

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #283246;
}

.undertable a {
    /*New style*/
    font-size: 20px;
    line-height: 1.2;
}

/* instrument-section */

.instrument-section .card {
    -webkit-clip-path: polygon(0 6%, 100% 0, 100% 94%, 0% 100%);
    clip-path: polygon(0 6%, 100% 0, 100% 94%, 0% 100%);
}

.hint-under-title {

    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: #283246;
}

/* Endless benefits */

.bg_img {
    max-width: 448px;
    margin: auto;
}

.bef-aft-img::before {
    background: url(../img_position/s-triangle-bg-position.jpg) no-repeat;
    z-index: 1;
    height: 510px;
    top: -74px;
    left: 15px;
    background-size: contain;
}

.bef-aft-img-2::before{
    background: url(../img_position/s-triangle-bg-position2.png) no-repeat;
    z-index: 1;
    top: 62px;
    left: -100px;
    width: 509px;
    background-size: contain;
}

.bef-aft-img-mt5::before{
    background: url(../img_position/s-triangle-bg-position-mt5.png) no-repeat;
    z-index: 1;
    top: -40px;
    left: 42px;
    height: 430px;
    background-size: contain;
}

.bg_img::after,
.img-with-text.experience-section .bg_img::after {
    background: url('../img_position/square_orange.jpg') no-repeat bottom left;
    left: -40px;
    top: 40px;
}


.blue-cube .bg_img::after,

.blue-cube .img-with-text.experience-section .bg_img::after{
    background: url('../img_position/square_blue.jpg') no-repeat bottom right;
    left: 40px;

}

.dotted-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.dotted-lines::before {
    background: url("../img_position/dote_orange01.svg") no-repeat top right;
    top: -30px;
    left: 30px;
}
.orange-cube .dotted-lines::before{
    background: url("../img_position/dote_orange01.svg") no-repeat top right;
    top: -60px;
    left: 60px;
}

.dotted-lines::after {
    background: url("../img_position/dote_blue01.svg") no-repeat bottom right;
    top: 30px;
    left: 30px;
}
.orange-cube .dotted-lines::after {
    background: url("../img_position/dote_blue01.svg") no-repeat bottom right;
    top: 70px;
    left: 70px;
}

.img-with-text.experience-section .dotted-lines::before,
.img-with-text .dotted-lines::before {
    background: url("../img_position/dote_orange01.svg") no-repeat top left;
    top: -65px;
    left: -55px;
}

.img-with-text.experience-section .dotted-lines::after,
.img-with-text .dotted-lines::after {
    background: url("../img_position/dote_blue01.svg") no-repeat bottom left;
    top: 70px !important;
    left: -70px !important;
}
.blue-cube .dotted-lines::after{
    background: url(../img_position/dote_blue01.svg) no-repeat bottom left;
    top: 30px !important;
    left: -30px !important;
}
.blue-cube .dotted-lines::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top left;
    top: -30px !important;
    left: -30px !important;
}



.list-style-icon ul{
    list-style-image: url("../icon/icon_orange_title.png");
    padding-left: 0;

}

.w-250{
    width: 250px !important;
    max-width: initial;
}

.list-style-icon ul li,
.list-style-icon ul li p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.list-style-icon ul li p {
    margin: 0;
}

.tradingview-widget-container,.watchlist-chart-demo div{
    height: 768px;
}

.list-style-icon p,
p.text {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
}

.subtitle-blue {
    font-family: "Arquitecta";
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    color: #3165b9;
}

.endless-benefits .title {
    max-width: 400px;
}

/* excited-section */
.excited-section .btn-blue {
    min-width: 192px;
}

.blue-cube .img-with-text.experience-section .dotted-lines::before, .blue-cube .img-with-text .dotted-lines::before{
    top: -30px;
    left: -35px;
}
.blue-cube .img-with-text.experience-section .dotted-lines::after, .blue-cube .img-with-text .dotted-lines::after{
    top: 30px;
    left: -30px;
}

.list-style-icon {
    margin-left: 25px;
}

/* start River Prime Forex Instrument */

.instrument .card {
    background: #ffffff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border: 0;
    -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 92%, 0% 100%);
    clip-path: polygon(0 7%, 100% 0%, 100% 92%, 0% 100%);
    min-height: 490px;
}

.instrument .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.instrument .btn-yellow-outline,
.instrument .btn-yellow {
    max-width: 111px;
    min-width: 111px;
    padding: 9.5px 15px;
}

.btn-yellow-outline {
    background-color: #ffffff;
    color: #fbb800;
    border: 1px solid #fbb800;
}

.btn-yellow-outline:hover {
    background: #fbb800;
    color: #fff;
}

.instrument-card::before {
    background: url(../img_position/dote_blue.svg) no-repeat top right;
    top: -47px;
    left: 15px;
}

.instrument-card {
    filter: drop-shadow(5px 5px 20px rgb(0 0 0 / 15%));
    max-width: 380px;
    margin: auto;
}

.market {
    padding: 0 60px;
}

.img-instrument {
    position: relative;
    filter: drop-shadow(5px 5px 20px rgb(0 0 0 / 15%));
}

.unlock {

    font-weight: 600;
    font-size: 17px;
    background: #ffffff;
    box-shadow: 15px 15px 50px rgb(0 0 0 / 15%);
    max-width: 302px;
    padding: 25px 20px;
    position: absolute;
    bottom: 58px;
    left: 100px;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 92%, 0% 100%);
    clip-path: polygon(0 12%, 100% 0%, 100% 92%, 0% 100%);
}

.img-instrument::before {
    background: url(../img_position/dote_orange01.svg) no-repeat bottom left;
    left: 50px;
    top: -30px;
}

.instrument-card {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.instrument .pts {
    color: #df0000;
}

.instrument-card .limit {
    font-weight: 500;
}

/* end River Prime Forex Instrument */

/* start Platforms Created by Traders for Traders */
.platforms {
    padding-bottom: 80px;
}

.img-platforms {
    margin-top: 40px;
}

.platforms .card {
    max-width: 475px;
    margin: auto;
    background: #ffffff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border: 0;
    border-radius: 0;
    padding: 20px;
}

.platforms .text-card {
    color: #3165b9;

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
}

.platforms .card-platforms:last-child .card::after {
    background: url(../img_position/dote_orange.svg) no-repeat bottom right;
    left: 30px;
    top: 18px;
}

.platforms .card-platforms:last-child .card::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    left: 30px;
    top: -47px;
}

.card-2::after {
    background: url(../img_position/dote_orange.svg) no-repeat bottom right;
    left: 30px;
    top: 18px;
}

.card-2::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    left: 30px;
    top: -47px;
}

.platforms .card-platforms:first-child .card::after {
    background: url(../img_position/dote_blue01.svg) no-repeat top left;
    left: -35px;
    top: -30px;
}

.platforms .card-platforms:first-child .card::before {
    background: url(../img_position/dote_blue.svg) no-repeat bottom right;
    top: 30px;
    left: 45px;
}

/* end Platforms Created by Traders for Traders */

/* start This is Why We Love What We Do */

.swiper-new .swiper-container {
    position: relative;
    width: 90vw;
    height: 300px;
}

.swiper-new .swiper-container > .swiper-slide__content {
    position: absolute;
    top: 0;
}

.swiper-new .swiper-slide {
    height: 447px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.9);
    margin: 60px 0;
}

.swiper-new .swiper-backface-hidden .swiper-slide {
    padding: 6px;
}

.swiper-new .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
    z-index: 1;
}

.swiper-new {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.profile {
    width: 174.03px;
    height: 174.03px;
    margin: auto;
}

.bg-body {
    position: relative;
    max-width: 277px;
}

.bg-body::before {
    content: "";
    background: url(../img_position/quote-top.svg) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 0;
}

.bg-body::after {
    content: "";
    background: url(../img_position//quote-bottom.svg) no-repeat bottom right;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 15px;
}

.bg-text {
    color: #05264f;

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-transform: capitalize;
}

.name {
    color: #3165b9;

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
}

.swiper-center-mood {
    border: 0;
    background: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
    min-height: 447px;
    width: 100%;
    padding: 50px 20px;
    max-width: 440px;
}

.swiper-center .swiper-wrapper {
    margin-bottom: 42px;
}

/* end This is Why We Love What We Do */

/* start Quick and Easy Help */
.quick-section {
    background: url(../img_section/bg_quick_blue.jpg)no-repeat;
    background-size: cover;
    padding-top: 80px;
}

.quick-section h2 {
    color: #fbb800;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 42px;
}

.quick-section p a {
    color: #ffffff;

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.quick-section p {
    margin-bottom: 22px;
}

.white {
    color: #ffffff;
    font-family: "Arquitecta";
    font-style: normal;
    font-weight: 950;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
}

/* Quick and Easy Help */

/* start FAQ-secton style */

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.FAQ-secton {
    background: url("../img_section/bg_faq.jpg") no-repeat;
    background-size: cover;
    padding-top: 97px;
    padding-bottom: 84px;
}

.FAQ-secton > div {
    position: relative;
    z-index: 1;
}

.blue {
    color: #3165b9;
    font-family: "Arquitecta";
    font-style: normal;
    font-weight: 950;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 50px;
}

.FAQ-secton .card-title {
    margin-left: 30px;
    color: #3165b9;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.FAQ-secton .card-text,
.FAQ-secton .list-style-icon {
    margin-left: 45px;
    color: #283246;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.FAQ-secton .accordion-button {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.FAQ-secton .accordion-button img {
    margin-top: 10px;
}

.FAQ-secton .accordion-item {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
}

.FAQ-secton .accordion-body {
    padding-bottom: 0;
}

.FAQ-secton .accordion-button::after {
    display: none;
}

.FAQ-secton .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.FAQ-secton .list-style-icon ul {
    position: relative;
}

.FAQ-secton .list-style-icon p {
    margin-top: 20px;
}

.FAQ .accordion-button::after{
    transition: unset !important;
}

.FAQ .accordion{
    padding-bottom: 100px;
}
/* end FAQ-secton style */

/* start footer */
footer {
    background-color: #15203B;
    padding-top: 62px;
}

footer.relative-section::before{
    content: '';
    background: url(../img_position/s-black-wave.png) no-repeat top;
    background-size: 100%;
    z-index: 1;
   
}

.footer-top p {
    max-width: 880px;
    margin: auto;
}

.footer-top p.address {
    font-weight: 400;
}

.footer-contact-us {
    display: flex;
    flex-direction: column;
}

.footer-contact-us a {
    margin-bottom: 15px;
    display: flex;
}

.footer-contact-us a:nth-of-type(odd) {
    text-decoration: none;
}

.footer-top .branches {
    font-weight: 500;
    font-size: 16px;
}

.footer-top ul {
    list-style: none;
}

.footer-top .footer-contact-us img {
    margin-right: 15px;
}

.footer-top ul li {
    padding-right: 5px;
}

.gap-15 {
    gap: 15px;
}

.footer-bottom a {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    text-decoration: none;
}

.footer-phone a {
    text-decoration: none;
}

.flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* end footer */

/* start trades */

.trades .shiva {
    color: #3165b9;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
}

.trades .shiva::after {
    content: "%";
    font-size: 50px;
}

.trades .count {
    font-size: 64px;
    font-weight: 600;
    font-family: "Arquitecta";
}


.bg-blue-light::before {
    background: rgba(219, 231, 246, 0.75);
    z-index: 1;
}

.trades {
    padding: 100px 0;
}

.trades .text-black {
    font-size: 20px;

    font-weight: 700;
    color: #283246;
}

.trades .text-black::before {
    background: url(../icon/icon_orange_title01.svg) no-repeat top right;
}

.trades .subject {
    font-weight: 700;
    font-size: 20px;
    color: #283246;
    height: 55px;
    margin-top: 10px;
}
.mh-fullscreen, .mh-100vh{
min-height: 0vh !important;
}
.trades .trades-content {
    color: #283246;
    font-weight: 400;
    font-size: 20px;
}

.img-other-trades {
    height: 78.3px;
}

/* end trades */

/* srart curve */

.curve {
    padding-bottom: 80px;
}

.curve .card {
    min-height: 521px;
    max-height: 521px;
    background: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
    border: 0;
    border-radius: 0;
}

.curve .card:hover{
    transform: scale(1.1);
    z-index: 1;
}

.curve .title {
    margin-bottom: 100px;
}

.curve .card-body {
    padding: 60px 15px;
}

.curve .card-title {
    text-align: center;
    color: #3165b9;
    font-family: "Arquitecta";
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 60px;
}

.curve .card-group::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    top: -30px;
    left: 5px;
}

.curve .card-group::after {
    background: url(../img_position/dote_blue01.svg) no-repeat bottom left;
    top: 30px;
    left: -5px;
}

.curve .list-style-icon a {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    line-height: 1.2;
    text-transform: capitalize;
    text-decoration: none;
    color: #15203b;
}

.curve .list-style-icon span a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #3165b9;
    text-decoration: none;
    transition: 0.05s;
    display: block;
}

/* end curve */

/* start Why trade on MetaTrader 5 with River Prime? */
.MetaTrader {
    padding-bottom: 70px;
}

.MetaTrader .img-MetaTrader::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    top: 35px;
    left: 70px;
}

.MetaTrader .img-MetaTrader::after {
    background: url(../img_position/dote_blue01.svg) no-repeat bottom right;
    left: 8px;
    top: -36px;
}

.MetaTrader button {
    margin-top: 28px;
    padding: 11.5px 34.5px;
}

.img-MetaTrader {
    max-width: 442px;
    margin: auto;
}

.MetaTrader .list-style-icon ul li,
.trade-markets .list-style-icon ul li {
    margin-bottom: 11px;
}

/* start Why Trade These Markets with River Prime? */

.trade-markets {
    background: url(../img_section/bg_quick_blue.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}

.trade-markets.advantages-trade .img-trade-markets::before {
    left: 22px;
    top: -30px;
}

.trade-markets.advantages-trade .img-trade-markets {
    max-width: 453px;
    margin: auto;
}

.trade-markets.advantages-trade .img-trade-markets::after {
    left: 20px;
    top: 25px;
}

img {
    position: relative;
    z-index: 1;
}

.img-trade-markets {
    max-width: 520px;
    margin: auto;
}

.trade-markets .img-trade-markets::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    z-index: 1;
    left: -7px;
    top: -26px;
}

.trade-markets .img-trade-markets::after {
    background: url(../img_position/dote_white.svg) no-repeat bottom right;
    z-index: 0;
    left: 13px;
    top: 30px;
}

/* start Why Trade Online? */

.online .card img {
    max-width: 100%;
    max-height: 65px;
    margin: auto;
}

.online .card {
    padding-top: 44px;
    text-align: center;
    border-radius: 10px;
    border: 0;
    background: #ffffff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
}

.online .card-text {
    min-height: 80px;
    font-weight: 600;
    line-height: 1.3;
}

.online button {
    min-width: 192px;
}

/* start Make a Killing in the Global Market in Just 3 Steps */

.global-market p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #283246;
    margin-top: 2rem;
}

/* end Make a Killing in the Global Market in Just 3 Steps */

/* start news */
.swiper-3-col {
    padding: 70px 10px;
}

.swiper-3-col .swiper-wrapper {
    margin-bottom: 50px;
}

/* .swiper-3-col .swiper-slide {
  padding: 0 20px;
} */
.news {
    padding: 100px 0;
}

.news .container::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    top: -50px;
    left: -30px;
    z-index: 0;
}

.news .container::after {
    background: url(../img_position/dote_blue01.svg) no-repeat bottom left;
    z-index: 0;
    left: 60px;
    width: 50%;
}

.news .card img {
    width: 45px;
    height: auto;
}

.news .card {
    padding: 40px 15px;
    background: #ffffff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
    border: 0;
    border-radius: 0;
}

.news .card .card-body {
    text-align: center;
    margin-top: 5px;
}

.slider-data .subtitle {
    color: #283246;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    max-width: 802px;
    margin: auto;
    line-height: 1.3;
}

.news .card-title {
    color: #3165b9;
    font-weight: 600;
    font-size: 16px;
}

.news .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.28;
    color: #15203b;
    height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin: 20px 0;
}

.news .btn-blue {
    font-weight: 400;
    font-size: 16px;
}

/* start sponsorships */

.sponsorships .swiper-slide .img-sponsorships {
    max-height: 380px;
    text-align: center;
    overflow: hidden;
}

.sponsorships .swiper-slide .img-sponsorships img {
    width: 100%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
}

/* start awards */

.awards {
    background: url("../img_section/bg_awards.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 88px;
    padding-bottom: 60px;
    margin-top: 80px;
}

.awards .swiper-slide {
    text-align: center;
}

.relative-section {
    position: relative;
    z-index: 11;
}

.awards .swiper-pagination-bullet {
    background: #ffffff;
}

/* Why Work in River Prime? */
.work .card img {
    width: 64px;
    margin: auto;
}

.work .card {
    text-align: center;
    padding: 45px 26px 30px;
    background: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
    border: 0;
    border-radius: 12px;
}

.work .card-title {
    color: #3165b9;
    font-family: "Arquitecta";
    font-style: normal;
    font-weight: 950;
    font-size: 25px;
    line-height: 1.25;
    min-height: 48px;
    margin: 5px 0;
}

.work .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    color: #283246;
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* start River Prime”™s Vibes */
.vibes {
    background: url(../img_section/bg_quick_blue.jpg)no-repeat;
    background-size: cover;
    padding-bottom: 125px;
}

/* <!-- Commodities News --> */
.commodities-news {
    background: url("../img_section/CommoditiesNews.jpg") no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 100px;
}

.commodities-news-content {
    display: flex;
    width: 100%;
    margin-top: 60px;
    gap: 27px;
}

.commodities-news-card {
    min-width: 313px;
    width: 313px !important;
    height: 179px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 33px 30px;
    font-weight: 500;
    font-size: 18px;
}

.commodities-news-card h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #3165b9;
}

.down-up.text-red {
    color: #df0000;
}

.down-up.text-green {
    color: #82c328;
}

.down-up {
    display: flex;
    align-items: center;
    justify-content: end;
}

.down-up img {
    margin-left: 15px;
}

.commodities-news-card .price-card {
    font-weight: 400;
}

.commodities-news-card .title {
    font-weight: 500;
    color: #3165b9;
    margin-bottom: 8px;
}

.price-card {
    text-align: center;
}

.slider-section::-webkit-scrollbar {
    display: none;
}

.slider-section {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.slider-section:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.commodities-news-card:first-child {
    margin-left: 40px;
}

.commodities-news-card:last-child {
    margin-right: 40px;
}

/* Who Can Trade With River Prime? */

.trade-direction {
    padding: 77px 30px;
}

.trade-direction.card {
    flex-direction: row;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 0;
    align-items: center;
    margin-bottom: 16px;
}

.trade-direction .img-section-direction {
    text-align: center;
    max-width: 424px;
}

.trade-direction .img-section-direction::before {
    background: url("../img_position/dote_orange01.svg") no-repeat top right;
    z-index: 1;
    top: -47px;
    left: 35px;
}

.trade-direction .img-section-direction::after {

    background: url('../img_position/dote_blue01.svg') no-repeat bottom right;
    z-index: 0;
    top: 30px;
    left: 30px;
}

.trade-direction .text {
    margin: 20px 0 30px;
}

.trade-direction .strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}

.trade-direction .strong-bottom {
    margin-bottom: 40px;
}

.trade-direction .btn {
    min-width: 192.54px;
}

.trade-direction:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.trade-direction:nth-of-type(odd) .img-section-direction::before {
    left: -35px;
    background-position: top left;
}

.trade-direction .img-section-direction::after {
    left: -30px;
    background-position: bottom left;
}

/* all section bg-blue  */
.bef-aft-image::before,
.bef-aft-image::after {
    min-height: 60px;
}

.bef-aft-image::before {
    background: url("../img_position/orange-dotted-arrow.svg") no-repeat left
        bottom;
    z-index: 1;
    top: 60px;
    left: -30px;
}

.bef-aft-image::after {
    background: url("../img_position/orange-solid-arrow.svg") no-repeat top right;
    z-index: 0;
    top: -35px;
}

.bg-blue-default p {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    margin: auto;
    text-align: center;
    color: #ffffff;
}

.section-3-col p {
    max-width: 270px;
}


.section-2-col p {
    max-width: 374.24px;
}

.bef-aft-image.with-btn::before {
    top: 30px;
}

.bg-default h3 {

    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    margin: 0;
}

.bg-default h3 p {
    font-size: 36px;
    line-height: 1;
}

/* (Special info) - 1 columns blue navy background section */
.special-info-background {
    background: url('../img_section/SpecialInfo.jpg') no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 80px 15px;
    min-height: 474px;
}

.bg-blue-default h1 {
    font-weight: 600;
}

.special-info-background p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
}

.simple-steps {
    min-height: 430px;
}

.simple-steps p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

.img-title-text p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 28px;
    text-align: start;
    line-height: 1;
}

.img-title-text .xxx-col-title,
.img-title-text .markets-number {
    font-size: 48px;
    font-family: "Arquitecta";
}

.img-title-text .xxx-col-title {
    font-weight: 700;
}

.img-title-text .markets-number {
    font-weight: 500;
}

.img-title-text .flex-center {
    flex-wrap: nowrap;
    width: 280px;
}

.gap-30 {
    gap: 30px;
}

.markets-number::after {
    content: "+";
}

.bg-default .link {
    font-weight: 500;
    font-size: 24px;
}

.bg-blue .link {
    color: #fbd000;
}

/* bg-yellow */
.bg-yellow .link {
    color: #3165b9;
}

.bg-default .btn {
    min-width: 192.54px;
}

.bg-yellow .p-with-a,
.bg-yellow .p-with-a a {
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    /*  max-width: 840px;*/
}

.min-h {
    min-height: auto;
}

.section-yellow::after {
    background: url("../img_position/blue-solid-arrow.svg") no-repeat top right;
    z-index: 0;
    top: -30px;
    height: 60px;
}

.section-yellow::before {
    background: url("../img_position/blue-dotted-arrow.svg") no-repeat bottom left;
    z-index: 0;
    top: 20px;
    left: -40px;
}

.section-yellow p {
    max-width: 85%;
    margin: auto;
}

.banner-with-btn p {
    font-size: 35px;
}

/* start How Introducing Broker Partnership Works? */
.partnership {
    padding-bottom: 80px;
}

.partnership h1 {
    max-width: 465px;
    padding: 0;
}

.partnership p {
    font-size: 18px;
}

.img-partnership {
    max-width: 353px;
    margin: auto;
}

.img-partnership::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    top: -27px;
    left: 45px;
}

.img-partnership::after {
    background: url(../img_position/dote_blue01.svg) no-repeat bottom right;
    left: 27px;
    top: -12px;
}

/* start Why River Prime”™s Introducing Broker Program? */
.broker-Program {
    background: url(../img_section/Introducing_Broker_Program.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.broker-Program .card img {
    max-width: 66px;
    margin: auto;
}

.broker-Program .card {
    text-align: center;
    padding: 45px 26px 30px;
    /* background: #FFFFFF;
      box-shadow: 5px 5px 20px rgb(0 0 0 / 15%); */
    background: transparent;
    border: 0;
    border-radius: 12px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}
.broker-Program .card:hover {
    background: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
}

.broker-Program .card .card-body {
    padding-bottom: 0;
    margin-top: 15px;
}

.broker-Program .card .card-text {
    height: 84px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    font-weight: 500;
}

.broker-Program h1 {
    font-size: 35px;
}

.broker-Program-position::before {
    background: url(../img_position/dote_blue01.svg) no-repeat top right;
    left: 55px;
}

.broker-Program-position::after {
    background: url(../img_position/dote_orange02.svg) no-repeat bottom left;
    left: -80px;
}

/* start Visit River Prime”™s Social Media Channels */
.social-media p {
    font-size: 20px;
}

.gap-60 {
    gap: 60px;
}

.social-media img {
    max-width: 190px;
}

/* start River Prime Regulations */
.img-regulations::before {
    background: url(../img_position/dote_orange02.svg) no-repeat top right;
    top: -40px;
    left: -21px;
}

.img-regulations::after {
    background: url(../img_position/dote_blue01.svg) no-repeat bottom left;
    top: 12px;
    left: -26px;
}

.img-regulations {
    max-width: 520px;
    margin: auto;
}

.regulations h2 {
    padding: 0 15px;

    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    color: #3165b9;
}

.list-left {
    margin-left: 15px;
}

/* start River Prime Client Agreements */
.agreements p {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0;
    margin-left: 23px;
}

.agreements-position {
    max-width: 425px;
    margin: auto;
}

.agreements-position::before {
    background: url(../img_position/dote_orange01.svg) no-repeat left top;
    top: -45px;
    left: -33px;
}

.agreements-position::after {
    background: url(../img_position/dote_blue01.svg) no-repeat left bottom;
    top: 30px;
    left: -30px;
}

/* start Ready to make some serious money? */
.money {
    padding-bottom: 80px;
    margin-top: 0;
}

.money .sub {
    font-size: 44px;
    line-height: 1;
    font-family: "Arquitecta";
    font-weight: 500;
    color: #3165b9;
    position: relative;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.money .card img {
    max-height: 43px;
}

.money .card {
    text-align: center;
    padding: 45px 15px 20px;
    background: #ffffff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
    border: 0;
    border-radius: 0;
    max-height: 470px;
}

.money .card-title {
    color: #3165b9;
    font-family: "Arquitecta";
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    min-height: 35px;
    margin: 5px 0;
}

.money h6 {
    margin-top: 0.5rem;
    font-weight: 700;
    font-size: 16px;
    color: #05264f;
}

.money .card-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #283246;
    min-height: 35px;
}

.money .btn-yellow {
    margin-top: 0.5rem;
}

.money .card-body {
    padding: 20px 65px;
}

.money-icon-position::before {
    background: url("../img_position/dote_orange.svg") no-repeat top left;
    top: 65px;
    left: -20px;
}

.money-icon-position::after {
    background: url("../img_position/dote_blue.svg") no-repeat top right;
    top: 45px;
    left: 18px;
}

/* start River Prime”™s Story */
.img-story {
    max-width: 394px;
    margin: auto;
}

.story .img-story::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    z-index: 1;
    left: 20px;
    top: -45px;
}

.story .img-story::after {
    background: url(../img_position/dote_white.svg) no-repeat bottom right;
    z-index: 1;
    left: 16px;
    top: -55px;
}

.story ul {
    list-style: none;
    padding: 0;
}

.story h1.title {
    padding: 0 15px 0px 0px;
}

.story h2 {

    font-style: normal;
    font-weight: 950;
    font-size: 26px;
}

.story p {
    margin: 0px 5px 10px 0;
}

.story .founder {
    font-family: "Arquitecta";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.story-info {
    max-width: 535px;
}

/* start River Prime”™s Values  */
.values {
    padding-bottom: 100px;
    background: url(../img_section/Values.jpg)no-repeat;
    background-size: cover;
}

.values img {
    width: 89px;
    height: 70px;
    margin: auto;
}

.values h2 {
    color: #3165b9;

    font-weight: 900;
    font-size: 26px;
    line-height: 1;
    margin: 35px 0 15px;
    height: 40px;
}

.values .card {
    padding-top: 49px;
    background: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
    border: 0;
}


.values .card-text {
    height: 225px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /*  -webkit-box-orient: vertical;*/
    line-height: 1.4;
}

.values .subtitle {
    color: #283246;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    max-width: 802px;
    margin: auto;
}

.subtitle {

    text-align: center;
    color: #15203B;
    font-weight: 500;
    font-size: 20px;
    padding-top: 20px;
    margin: auto;
    max-width: 741px;
}

/* start River Prime in Numbers */

.numbers .count {
    color: #3165b9;
    font-family: "Arquitecta";
    font-weight: 900;
    font-size: 64px;
    line-height: 1;
}

.numbers .long {
    font-weight: 500;
    font-size: 20px;
    max-width: 195px;
    margin: 1rem auto;
}

.numbers .shiva::after {
    content: "+";
    font-size: 60px;
    color: #3165b9;
    font-family: "Arquitecta";
    font-weight: 900;
}

.numbers .shiva_01::before {
    content: "&lt;";
    font-size: 60px;
    color: #3165b9;
    font-family: "Arquitecta";
    font-weight: 900;
    margin-right: 15px;
}

/* start Super easy 3 steps to hit the markets  */
video {
    width: 100%;
}

.steps h2 {
    color: #3165b9;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

.steps .modal-content {
    background-color: rgb(0 0 0 / 0%);
    border: 0;
}

.steps .modal-content button {
    position: absolute;
    z-index: 2;
    right: 36px;
    top: 25px;
    background-color: #ffffff;
    padding: 10px 11px;
}

.steps .list-style-icon {
    margin: 30px 0;
    width: calc(100% - 25px);
}

.steps .list-style-icon li {
    margin-bottom: 10px;
    /* min-height: 40px; */
}

.steps-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps-col:first-child .steps-icon-position::before {
    background: url(../img_position/dote_orange.svg) no-repeat top left;
    top: -30px;
    left: -35px;
    z-index: 1;
}
.steps-col:last-child .steps-icon-position::after{
    background: url(../img_position/dote_blue.svg) no-repeat bottom right;
    top: 35px;
    left: 30px;
    z-index: 0;
}

.steps-col:nth-child(3) .steps-icon-position::before {
    background: url(../img_position/dote_blue.svg) no-repeat bottom right;
    top: 35px;
    left: 30px;
    z-index: 1;
}

.steps-info {
    margin-top: 130px;
}

.steps-info button {
    margin-left: 15px;
}

.steps-info p {
    font-weight: 600;
    font-size: 25px;
    margin: 0;
}

/* Get Industry-Leading Prices. */
.industry-leading-content {
    text-align: center;
}

.industry-leading-content p {
    font-weight: 500;
    max-width: 211px;
    margin: auto;
    color: #15203b;
    margin-bottom: 8px;
    font-size: 20px;
    text-transform: capitalize;
}

.industry-leading-content p.title{
    font-weight: 900;
    font-size: 26px;
    line-height: 1.3;
    color: #314678;
}

.industry-leading-content p.title-yellow {
    font-weight: 600;
    font-size: 22px;
    color: #C19D60;
}

.industry-leading-col:hover,
.trading-central-col:hover,
.partnership-programs-col:hover,
.active-card {
    background: #fff;
    margin: auto;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    /* max-width: 280px; */
}

.industry-leading-col:hover{
    margin-top: 30px;
}

.industry-leading-col:hover p.title {
    font-weight: 800;
    white-space: pre-line;
}
/* What are the advantages of using Trading Central? */

.trading-central {
    background: url("../img_section/trading-central.jpg") no-repeat;
    background-size: cover;
    padding: 120px 20px;
}

.trading-central-col {
    max-width: 220px;
    margin: auto;
    text-align: center;
    font-weight: 500;
    color: #15203b;
    padding: 33px 15px 40px;
}

.trading-central-col p {
    margin-top: 20px;
}

.why-trade-shares .active-card p {
    color: #3165b9;
    font-weight: 800;
}

.why-trade-shares {
    background: url("../img_section/cryptocurrencies.jpg") no-repeat;
    padding: 80px 20px;
    background-size: cover;
}

.why-trade-shares p {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 0;
}

.trade-shares-col {
    text-align: center;
    max-width: 203.66px;
    min-height: 203.66px;
    margin: auto;
    padding: 20px 10px;
    transition: 0.3s;
}
.imgActive {
    display: none;
}
.trade-shares-col:hover .imgActive {
    display: inline;
}
.trade-shares-col:hover {
    background-color: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
    border-radius: 10px;
    transform: scale(1.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trade-shares-col:hover p {
    color: #3165b9;
    font-weight: 800;
}
.trade-shares-col:hover .imgNoActive {
    display: none;
}
/* statr Meet River Prime”™s Team */
.team .profile img {
    border-radius: 100px;
    border: 1px solid #3165b9;
}

.team .swiper-center-mood {
    border: 0;
    background: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
    min-height: 350px;
    width: 100%;
    padding: 40px 0px 0px 0;
    max-width: 440px;
}

.team .card-body {
    margin-top: 25px;
}

/* start River Prime”™s Strategic Partners */
.partners {

    background: url(../img_section/Partners.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}
.partners h2{
    max-width: 646px;
    margin-bottom: 10px;
}
/* start Becoming an IB with River Prime is really simple process */

.process .title {
    max-width: 560px;
    padding: 0;
}

.process .btn-yellow {
    min-width: 148.54px;
}

.process {
    padding-bottom: 100px;
}

.process-img {
    max-width: 423px;
    margin: auto;
}

.process-img::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top left;
    top: -50px;
    left: -35px;
}

.process-img::after {
    background: url(../img_position/dote_blue01.svg) no-repeat bottom left;
    top: 31px;
    left: -30px;
}

.process .btn:first-child {
    max-width: 281px;
}

/* start Download MT5 */

.steps-icon-position {
    height: 175px;
    overflow: hidden;
}

.list-icon ul{
    list-style: url(../icon/icon_orange_title.png);
}

.list-icon ul li{
    margin-bottom: 10px;
}
.download.bg-blue {
    padding-bottom: 0;
    overflow-y: unset;
}

.download .title {
    padding: 0 15px 50px 0px;
}

.download p {
    font-weight: 700;
    font-size: 12px;
    color: #fbb800;
}

.download h3 {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    margin: 5px 0 70px;
}

.download .img-download img {
    transform: translateY(25px);
}

.img-download::before {
    background: url(../img_position/dote_orange02.svg) no-repeat right top;
    z-index: 0;
    left: -90px;
    top: -15px;
}

.position-download::after {
    background: url(../img_position/dote_white.svg) no-repeat right bottom;
    z-index: 0;
    left: -25px;
    top: -40px;
}

/* start Join a Powerful Trading Academy */

.academy .course {
    font-weight: 600;
    font-size: 16px;
    margin-left: 30px;
    margin-top: 46px;
}

.academy .btn {
    max-width: 303px;
    margin-left: 25px;
}

.academy-position::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    top: -45px;
    left: 15px;
}

.academy-position::after {
    background: url(../img_position/dote_blue01.svg) no-repeat bottom right;
    top: 30px;
    left: 30px;
}

/* start Discover a World of Opportunities */

.opportunities .title {
    /* margin: revert; */
    padding: 0;
    margin-top: 40px;
}

.opportunities-position::before {
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    top: -45px;
    left: 30px;
}

.opportunities-position::after {
    background: url(../img_position/dote_blue01.svg) no-repeat bottom right;
    top: 25px;
    left: 25px;
}

.dote-square-orange {
    background: url("../img_position/dote_orange.svg") no-repeat bottom left;
    left: -30px;
    top: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.opportunities-direction .title {
    /* max-width: 445.18px; */
    padding-right: 25px;
}

.opportunities-direction:nth-of-type(even) {
    flex-direction: row-reverse;
    margin: 20px 0 60px;
    align-items: center;
}

.opportunities-direction:nth-of-type(even) .opportunities-position::before {
    background-position: top left;
    top: -30px;
    left: -25px;
}

.opportunities-direction:nth-of-type(even) .opportunities-position::after {
    background-position: bottom left;
    top: 20px;
    left: -20px;
}

.opportunities-direction:nth-of-type(even) .dote-square-orange {
    background-position: bottom right;
    left: 17px;
    top: 20px;
}

/*  Banner Trading Becomes Easier. Safer. Faster */
.text-video h1 {
    max-width: 375px;
}

.text-video .subtitle {
    font-weight: 500;
    font-size: 22px;
    text-align: start;
    padding: 20px 0;
}

.py-112 {
    padding: 112px 0;
}

/* DataTable */

.table thead tr {
    background: url("../banner/bg_header_table.png") no-repeat;
    background-size: cover;
}

.table-river-prime .table {
    margin-bottom: 0;
}

.table thead tr {
    background: url("../banner/bg_header_table.png") no-repeat;
    background-size: cover;
}

.table-river-prime .table thead tr &gt; * {
    color: #fff;
    font-family: "Arquitecta";
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}

.table-river-prime .table tr &gt; * {
    padding: 20.5px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
}

.dataTables_length label,
.dataTables_info,
.dataTables_paginate,
.dataTables_filter label {
    display: none;
}

table.dataTable thead &gt; tr &gt; th.sorting:before,
table.dataTable thead &gt; tr &gt; th.sorting_asc:before,
table.dataTable thead &gt; tr &gt; th.sorting_desc:before,
table.dataTable thead &gt; tr &gt; th.sorting_asc_disabled:before,
table.dataTable thead &gt; tr &gt; th.sorting_desc_disabled:before,
table.dataTable thead &gt; tr &gt; td.sorting:before,
table.dataTable thead &gt; tr &gt; td.sorting_asc:before,
table.dataTable thead &gt; tr &gt; td.sorting_desc:before,
table.dataTable thead &gt; tr &gt; td.sorting_asc_disabled:before,
table.dataTable thead &gt; tr &gt; td.sorting_desc_disabled:before {
    content: url("../icon/eva_arrow-ios-up.svg");
}

table.dataTable thead &gt; tr &gt; th.sorting:after,
table.dataTable thead &gt; tr &gt; th.sorting_asc:after,
table.dataTable thead &gt; tr &gt; th.sorting_desc:after,
table.dataTable thead &gt; tr &gt; th.sorting_asc_disabled:after,
table.dataTable thead &gt; tr &gt; th.sorting_desc_disabled:after,
table.dataTable thead &gt; tr &gt; td.sorting:after,
table.dataTable thead &gt; tr &gt; td.sorting_asc:after,
table.dataTable thead &gt; tr &gt; td.sorting_desc:after,
table.dataTable thead &gt; tr &gt; td.sorting_asc_disabled:after,
table.dataTable thead &gt; tr &gt; td.sorting_desc_disabled:after {
    content: url("../icon/eva_arrow-ios-down.svg");
}

table.dataTable thead &gt; tr &gt; th.sorting_asc:before,
table.dataTable thead &gt; tr &gt; th.sorting_desc:after,
table.dataTable thead &gt; tr &gt; td.sorting_asc:before,
table.dataTable thead &gt; tr &gt; td.sorting_desc:after {
    opacity: 1;
}

table.dataTable thead &gt; tr &gt; th.sorting:before,
table.dataTable thead &gt; tr &gt; th.sorting:after,
table.dataTable thead &gt; tr &gt; th.sorting_asc:before,
table.dataTable thead &gt; tr &gt; th.sorting_asc:after,
table.dataTable thead &gt; tr &gt; th.sorting_desc:before,
table.dataTable thead &gt; tr &gt; th.sorting_desc:after,
table.dataTable thead &gt; tr &gt; th.sorting_asc_disabled:before,
table.dataTable thead &gt; tr &gt; th.sorting_asc_disabled:after,
table.dataTable thead &gt; tr &gt; th.sorting_desc_disabled:before,
table.dataTable thead &gt; tr &gt; th.sorting_desc_disabled:after,
table.dataTable thead &gt; tr &gt; td.sorting:before,
table.dataTable thead &gt; tr &gt; td.sorting:after,
table.dataTable thead &gt; tr &gt; td.sorting_asc:before,
table.dataTable thead &gt; tr &gt; td.sorting_asc:after,
table.dataTable thead &gt; tr &gt; td.sorting_desc:before,
table.dataTable thead &gt; tr &gt; td.sorting_desc:after,
table.dataTable thead &gt; tr &gt; td.sorting_asc_disabled:before,
table.dataTable thead &gt; tr &gt; td.sorting_asc_disabled:after,
table.dataTable thead &gt; tr &gt; td.sorting_desc_disabled:before,
table.dataTable thead &gt; tr &gt; td.sorting_desc_disabled:after {
    opacity: 0.9;
    /*    width: 15px;*/
    height: 15px;
    left: 175px;
}

table.dataTable thead &gt; tr &gt; th.sorting,
table.dataTable thead &gt; tr &gt; th.sorting_asc,
table.dataTable thead &gt; tr &gt; th.sorting_desc,
table.dataTable thead &gt; tr &gt; th.sorting_asc_disabled,
table.dataTable thead &gt; tr &gt; th.sorting_desc_disabled,
table.dataTable thead &gt; tr &gt; td.sorting,
table.dataTable thead &gt; tr &gt; td.sorting_asc,
table.dataTable thead &gt; tr &gt; td.sorting_desc,
table.dataTable thead &gt; tr &gt; td.sorting_asc_disabled,
table.dataTable thead &gt; tr &gt; td.sorting_desc_disabled {
    padding-right: 40px;
}

.div-search {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 20px;
}

.div-search .input-search {
    padding: 10px 0;
    padding-left: 70px;
    border: 1px solid #3165b9;
    border-radius: 8px;
    height: 65px;
}

.icon-search {
    position: absolute;
    top: 20px;
    left: 20px;
    background: url("../icon/search.svg") no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.div-search .input-search::placeholder {
    font-family: "Arquitecta";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;

    color: #3165b9;
}

.table-section .subtitle {
    font-weight: 400;
    font-size: 20px;
}

.text-under-table {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.title-strong {
    font-weight: 600;
}

.text-under-table a {
    color: #3165b9;
    font-weight: 600;
    margin-bottom: 1rem;
}

.strong {
    font-weight: 700;
}

.max-w-761 {
    max-width: 761px;
    margin: auto;
}

.max-w-401 {
    max-width: 401px;
    margin: auto;
}

/* Becoming an IB */
header.header-form {
    padding: 29px 0 24px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);

    margin-bottom: 1rem;
}

footer.footer-form {
    background: #fff;
    border-top: 1px solid #acacac;
    padding: 33px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;

    color: #283246;
}

.form-input {
    min-height: 100vh;
    margin-bottom: 2rem;
}

.form-input .form-control {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    min-height: 58px;
    padding: 13px 20px;
    box-shadow: 0px 2px 5px rgb(49 101 185 / 50%);
}

.input-group {
    box-shadow: 0px 2px 5px rgb(49 101 185 / 50%);
    border-radius: 10px;
    min-height: 58px;
    height: 100%;
    align-items: center;
    /* flex-wrap: nowrap; */
    padding: 0 10px;
}

.input-group.input-group-multi label {
    border-right: 1px solid #edeaf1;
    /* min-height: 58px;
      display: flex;
      align-items: center; */
}

.input-group.input-group-radio.input-group-multi label span {
    font-weight: 400;
}

.input-group.input-group-multi label:last-child {
    border-right: 0;
}

.max-w-260 {
    max-width: 260px;
}

.input-group.input-group-radio label {
    margin-left: 23px !important;
}

.input-group.input-group-radio label:first-child {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0;
    padding-right: 10px;
}

.input-group.input-group-radio label span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #283246;
    opacity: 0.8;
    position: relative;
    margin-left: 12px;
    max-width: 200px;
    width: 100%;
    min-height: 58px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-left: 1px solid #edeaf1;
    padding: 10px 20px;
}

.input-group-text {
    background-color: #ffffff;
    padding: 0 25px;
    border-top: 0;
    height: 58px;
}

.width {
    max-width: 250px;
}

.form-input .input-group .form-control {
    box-shadow: none;
}

::placeholder {
    font-weight: 400;
    font-size: 16px;
    /* #ACACAC */

    color: #acacac !important;
}

.contact-information .btn-blue {
    padding: 10.5px 42.5px;
}

.form-check {
    display: flex;
    align-items: flex-start;
    padding-left: 1rem;
}

.form-check-input[type="checkbox"] {
    margin-top: 0;
    min-width: 27px;
    height: 27px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 8px;
}

input[type="checkbox"]:checked ~ label::before {
    background: url(../icon/check.svg) no-repeat left top;
    left: -38px;
    z-index: 1;
    top: -3px;
}

.form-check-input:checked {
    background: transparent;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 1.4;
    display: inline-block;
    height: 100%;
    display: flex;
    align-items: center;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    /* top: 0; */
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgb(49 101 185 / 50%);
    border-radius: 20px;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 22px;
    height: 22px;
    background: #3165b9;
    position: absolute;
    /* top: 4px; */
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-check-label {
    margin: 0px 15px 0;
}

.input-group
.select-custom
~ .select2-container--default
.select2-selection--single {
    border: 0;
}

.input-group .select-custom ~ .select2-container {
    min-height: 58px;
    display: flex;
    align-items: center;
    border-right: 1px solid #edeaf1;
}

.input-group .label-select .select-custom ~ .select2-container {
    text-align: center;
    justify-content: center;
}

.input-group .label-select .select-custom ~ .select2-container {
    width: 100% !important;
    min-width: 70px;
}

.input-group
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    top: 26px;
}

.input-group
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    border-left: 1px solid #edeaf1;
    height: 100%;
    width: 45px;
}

.input-group
.label-select
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    border-left: 0;
}

.label-select,
.label-select label {
    min-height: 58px;
    display: flex;
    align-items: center;
    min-width: 140px;
    position: relative;
    z-index: 1;
    /* flex-wrap: wrap; */
}

.label-select label {
    border-right: 0;
    padding: 0 10px;
    font-weight: 600;
    opacity: 0.8;
}

.input-group .select-custom ~ .select2-container:last-child {
    border-right: 0;
}

.form-check {
    margin: 0;
}

.form-check label {
    font-weight: 600;
}

.img-tracking {
    margin-top: 50px;
    margin-bottom: 100px;
}

.label-weight {
    font-weight: 600;
    padding-right: 26px;
    align-items: baseline !important;
}
[type="radio"]:checked + .label-weight:after,
[type="radio"]:not(:checked) + .label-weight:after {
    top: 4px !important;
}
.input-group
.select-custom
~ .select2-container--default
.select2-selection--single {
    background: transparent;
    padding: 0 15px;
}

.label-select.Date-of-Birth label {
    white-space: nowrap;
}

.input-group
.select-custom
~ .select2-container
.select2-selection--single
.select2-selection__rendered {
    padding: 0 26px;
}

.input-group
.label-select.date-another
.select-custom
~ .select2-container
.select2-selection--single
.select2-selection__rendered {
    padding: 0 0px;
}

.input-group
.label-select.date-another
.select-custom
~ .select2-container--default
.select2-selection--single {
    padding: 0 10px;
    margin: auto;
}

.label-select.date-another label {
    padding: 0 11px;
    white-space: nowrap;
}

.opacity-1 {
    opacity: 1 !important;
}

.max-w-250 {
    max-width: 250px;
    width: 100%;
}

.gap-40 {
    gap: 40px;
}

.flag-red p {
    font-weight: 600;
    font-size: 20px;
    color: #df0000;
    margin: 0;
}

.flag-green p {
    font-weight: 600;
    font-size: 20px;
    color: #82c328;
    margin: 0;
}

.flag {
    background: #e3eaf4;
    padding: 25px 0;
    overflow-x: clip;
}

/* start Thank You! */

.thank-you .card {
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 8px;
    padding-top: 56px;
}

.thank-you img {
    width: 102px;
    height: auto;
    margin: auto;
}

.thank-you .card-body {
    padding: 20px 20px;
}

.thank-you .card-title {
    font-family: "Arquitecta";
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #283246;
}

.thank-you a {
    color: #3165b9;
}

.thank-you .card-text {
    font-weight: 500;
    font-size: 18px;
    max-width: 756px;
    margin: auto;
}

.thank-you h6 {
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 37px;
    padding-top: 15px;
}

.thank-you {
    margin: 120px 0;
}

.min-h-vh {
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.financial-information label {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #283246;
    opacity: 0.8;
    margin-left: 20px;
}

.financial-information .form-check {
    padding-left: 1.5rem;
}

.form-check .form-check-input {
    margin-left: -0.5em;
}

.attached {
    border-left: 1px solid #edeaf1;
    padding: 0 25px;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.input-file {
    position: relative;
    cursor: pointer;
    max-width: 100%;
}

.input-file input {
    opacity: 0;
    cursor: pointer;
    display: block;
}

.input-file p {
    position: relative;
    top: -15px;
    left: 0;
    z-index: -1;
    color: #acacac;
    padding: 0 19px;
    cursor: pointer;
    margin-bottom: 0;
}

.label-file {
    min-width: 230px;
}

.font-20 {
    font-size: 20px !important;
}

.form-input .btn {
    /* max-width: max-content; */
    min-width: 127px;
}

.input-group &gt; * {
    border-right: 1px solid #edeaf1 !important;
}

.input-group &gt; *:last-child {
    border: 0 !important;
}

.label-select
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    background: transparent;
}

.input-group
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent;
    border: 0;
}

/* start contact us */

.contact-us textarea {
    height: 200px !important;
}

.contact-us p {
    margin-top: 50px;
    font-weight: 500;
    font-size: 22px;
}

.contact-us .btn-blue {
    padding: 10.5px 37.5px;
}

.contact-us-img {
    max-width: 425px;
    margin: auto;
}

.contact-us-img::before {
    background: url(../img_position/dote_orange01.svg) no-repeat left top;
    top: -45px;
    left: -30px;
}

.contact-us-img::after {
    background: url(../img_position/dote_blue01.svg) no-repeat left bottom;
    top: 30px;
    left: -30px;
}

.contact-us h2 {
    color: #3165b9;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    height: 60px;
}

.contact-us span {
    font-size: 14px;
    max-width: 286px;
    margin-left: 15px;
}

.contact-us .phone a {
    color: #283246;
    margin-bottom: 0.5rem;
}

.contact-us .first-child {
    min-height: 84px;
    align-items: center;
}

.contact-us-info {
    max-width: 330px;
    margin: auto;
}

.contact-us-info p,
.contact-us-info a {
    font-size: 14px;
    margin-top: 0;
    margin-left: 15px;
    font-weight: 400;
}

.contact-us-info a {
    text-decoration: none;
    color: #283246;
    font-weight: 500;
}

.contact-link:last-child a {
    text-decoration: underline;
    color: #3165b9;
}

.contact-us-info &gt; div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.address-h {
    min-height: 84px;
    display: flex;
    align-items: center;
}

.address-col img {
    margin-top: 22px;
}

.ml-30 {
    margin-left: 30px !important;
}

/* end contact us */

/* start Be part of River Prime”™s community. Access a universe of opportunities */
.community {

    background: url(../img_section/community.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 100px;

}

.community h1 {
    max-width: 700px;
}

.community .card img {
    width: 65px;
    height: 65px;
    margin: auto;
}

.community .card {
    padding-top: 44px;
    text-align: center;
    border-radius: 10px;
    border: 0;
    background: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
}

.community .card-text {
    min-height: 80px;
    font-weight: 600;
    max-width: 207px;
    margin: auto;
}

.community button {
    min-width: 192px;
    min-height: 47px;
}

.community .card-body {
    padding: 30px 20px;
}

/* start What are River Prime”™s Partnership Programs? */
.partnership-programs {

    background: url(../img_section/Partners.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0px;

}

.partnership-programs-content {
    text-align: center;
}

.partnership-programs-content p {
    font-weight: 400;
    color: #15203b;
    margin: 0px 20px;
    min-height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.partnership-programs-content p.title {
    font-weight: 800;
    font-size: 18px;
    color: #3165b9;
    max-width: 161px;
    height: 44px;
    margin: auto;
}

.partnership-programs-content p.price-yellow {
    font-weight: 700;
    font-size: 26px;

    color: #fbb800;
}

.partnership-programs-col {
    padding: 30px 15px;
}

.partnership-programs-col &gt; div {
    width: 64px;
    height: 64px;
    margin: 20px auto;
}

/* start Quick and Easy Help 2 */
.quick-section article {
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 400;
}


.quick-section p {
    margin-bottom: 0.5rem;
}

/* ticker */

.ticker__list {
    list-style-type: none;
    padding: 1rem 0 0px;
    display: flex;
}

.ticker__item {
    display: inline-block;
    white-space: nowrap;
    padding-right: 20px;
}

.ticker__col {
    width: 330px;
    padding: 0 2rem;
}

.flag .container {
    overflow: hidden;
}

/* start This year, River Prime has given over 1,000 gifts. Join the club! */
.gifts .card img {
    max-height: 180px;
    margin: auto;
}

.gifts .card {
    padding: 20px 30px;
    background: #ffffff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    border: 0;
}

.gifts h2 {
    color: #3165b9;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gifts h1 {
    max-width: 910px;
}

.img-gifts {
    height: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gifts .card-text p {
    margin-bottom: 12px;
}

.gifts .card-text p:last-child {
    margin-bottom: 0;
}

.gifts .card-text {
    height: 80px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Title goes Here section (Financial Charts page) style */
.title-goes-here,.partnership-section {
    background: url('../img_section/title-goes-here-bg.jpg') no-repeat;
    background-size: cover;
    padding: 50px 0;

}

.title-goes-here .card-logo,.partnership-section .card-logo {
    max-width: 88.46px;
    height: 78.3px;
}

.title-goes-here h3,.partnership-section  h3 {
    color: #3165b9;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    margin: 15px 0;
}

.title-goes-here p {
    color: #15203b;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    display: block;
    padding-bottom: 20px;
    min-height: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.partnership-section p{
    color: #15203b;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    display: block;
    padding-bottom: 20px;
    min-height: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.title-goes-here button {
    width: 196.55px;
}

.title-goes-here .flex-col:hover {
    background-color: #ffffff;
    border-radius: 10px;
    margin: auto;
    max-width: 379.11px;
}

/* Start Financial Calculators section style */
.financial-calculators {

    background: url('../img_section/financial_calculators_bg\ .jpg') no-repeat;
    background-size: cover;
    padding: 40px 0;

}

.financial-calculators .head-calculators-section h1 {
    color: #3165b9;
}

.financial-calculators .head-calculators-section p {
    color: #15203b;

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
}

.calc-tabs li {
    width: 280px;
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0px;
    border-bottom: 8px solid #3165b9;
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.calc-tabs li button {
    width: 100%;
    height: 100%;

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    color: #3165b9;
    margin: auto;
    padding: 0 0 0 35px;
}

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    background-color: #3165b9;
    border-radius: 0px;
}

.tab-content {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);
}

.tab-content .tab-pane {
    padding: 30px;
}

.tab-content h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    color: #3165b9;
    margin-top: 30px;
}

.tab-content p {

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #283246;
    margin: 30px 0;
}

.form-group label {

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    color: #3165b9;
    width: 60px;
}

.form-group input {
    max-width: 268px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 8px;
}

.output-form input {
    max-width: 132px;
    height: 48px;
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 5px;
    z-index: 1;
}

.output-form input::placeholder {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    color: #acacac;
}

/* End Financial Calculators section style */

/* =========================================== */
.w-495 h3 {
    margin: auto;
    max-width: 495px;
}

.w-1030 {
    width: 1030px;
    /*for shares page*/
}

/* =========================================== */

/* Start Economic Calendar section style */
.economic-calendar .calendar-title h1 {
    margin: 0;
}

.economic-calendar .calendar-title p {

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #15203b;
    margin-top: 22px;
}

.economic-calendar .calendar-title span &gt; p {
    margin-bottom: 50px;
}

.economic-calendar thead tr button {
    background-color: transparent;
    border: none;
    color: #ffffff;
    margin-left: 18px;
}

.economic-calendar thead tr th.active {
    background: url("../img_position/white-border-bottom.svg") no-repeat bottom;
}

.table-river-prime .table thead .calendar-second-nav {
    background: none;
    background-color: #dbe7f6;
    border-bottom: 1px solid rgba(121, 118, 119, 0.3);
}

.table-river-prime .table thead .calendar-second-nav &gt; * {

    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #283246;
}

/* End Economic Calendar section style */

.cursor-pointer {
    cursor: pointer;
}

.section-yellow .row,
.bg-blue-default .row {
    position: relative;
    z-index: 1;
}

.accounts-card-item-defualt .btn:hover {
    background: transparent;
}

.prime .btn:hover {
    border-color: #3165b9;
    color: #3165b9;
}

.premium .btn:hover {
    border-color: #fbb800;
    color: #fbb800;
}

.errorMSG {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    color: red;
}

/* / Start Financial Calculators section style / */
.financial-calculators {

    background: url('../img_section/financial_calculators_bg\ .jpg') no-repeat;
    background-size: cover;
    padding: 40px 0;

}

.financial-calculators .head-calculators-section h1 {
    color: #3165b9;
}

.financial-calculators .head-calculators-section p {
    color: #15203b;

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
}

.financial-calculators .row {
    display: -webkit-box;
}

.tab-content {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    height: 100%;
}

.tab-content h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #3165b9;
}

.calculator-tabs {
    margin-right: 10px;
}

.calculator-tabs li {
    background: #e3eaf4;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 3px;
    /* / max-width: 280px; / */
    max-width: 100%;
}

.calculator-tabs li a.active {
    color: #ffffff;
    background: #3165b9;
    border-radius: 3px;
}

.calculator-tabs li a:hover {
    color: #283246;
}

.calculator-tabs li a.active:hover {
    color: #ffffff;
}

.calculator-tabs li a {
    padding: 20px 10px 20px 10px;

    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    /* / white-space: nowrap; / */
    color: #283246;
}

.tab-content .tab-pane {
    padding: 30px;
}

.form-group label {

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    color: #3165b9;
    width: 106px;
    margin-right: auto;
    padding-right: 10px;
}

.form-group input {
    max-width: 193px;
    height: 55px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 8px;
}

.tab-content .input-group {
    max-width: 193px;
    height: 55px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 8px;
}

.output-form input {
    max-width: 100%;
    height: 48px;
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 5px;
    z-index: 1;
}

.tab-content .form-group input::placeholder {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    color: #acacaced;
}

.input-group
.select-custom
~ .select2-container--default
.select2-selection--single {
    padding: 0;
}

.input-group
.select-custom
~ .select2-container
.select2-selection--single
.select2-selection__rendered {
    padding: 0 12px;
}

.tab-content h3 {
    text-align: end;
    margin-top: -15px;
}

.tab-content ul li {
    list-style-type: none;
    text-align: center;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #15203b;
    margin-bottom: 15px;
}

.tab-content ul li span {

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #15203b;
    margin-bottom: 10px;
}

.input-group .select-custom ~ .select2-container {
    width: 100% !important;
}

.calc-btn .btn {
    min-width: 146.65px !important;
}

.calc-btn {
    width: 94%;
}

/* / End Financial Calculators section style / */

/* Select Offer for IB Form */
.select-check {
    display: flex;
    flex-direction: column;
    align-items: center;

    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 8px;
    max-width: 256px;
    height: 503px;
}

.select-check h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #283246;
    padding: 20px 15px;
}

.title-check {

    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #3165b9;
}

.your-offer-h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #283246;
}

.total-rebate label {
    white-space: nowrap;

    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #283246;
    width: auto;
    margin: 0;
    padding: 0;
    /* margin: 0 10px 0 -30px; */
}

.total-rebate .form-group {
    gap: 25px;
    /* margin-left: 38px; */
}

.total-rebate input {
    min-width: 399px;
}
.total-rebate,
.add-offer {
    max-width: 568px;

    margin-left: auto;
    margin-right: auto;
}

.total-rebate input::placeholder {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #283246;
    opacity: 0.4;
}






.add-offer label {

    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #283246;
}
.form-input .add-offer .btn {
    min-width: auto;
    width: auto;
    margin: 0;
    padding: 0;
}
.fileName {
    color: #283246 !important;
}

.select2-container--default .select2-results &gt; .select2-results__options {
    overflow-x: clip;
}

.intl-tel-input,
.iti {
    width: 100%;
}
.quick-section .row {
    z-index: 1;
}
.person-for-quick {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.read-only-data {
    background-color: #fafafa !important;
}
.submitIndividualFormStep6 {
    background-color: #3165b9 !important;
}

.trHide {
    display: none;
}

.form-floating &gt; label {
    /* display: inline-block !important; */
    padding: 1rem 0.75rem !important;
    position: absolute !important;
    font-weight: unset !important;
    border-right: 0 !important;
    color: #acacac;
}

.form-floating &gt; .form-control-plaintext ~ label,
.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-select ~ label {
    opacity: 0.9;
}

.select-check .flex-item &gt; div {
    max-width: 120px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.financial-information label &gt; span {
    margin: 0 20px;
}
.select2-container--bootstrap-5 .select2-selection--single {
    background-color: transparent !important;
    border: 0;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
    border: 0;
}

.input-group
.select-custom.select
~ .select2-container
.select2-selection--single
.select2-selection__rendered {
    padding: 10px 26px;
}

/* live chart */

.footer-white {
    background-color: #fff;
    padding: 2rem 0 1rem;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
}

.submenu .dropdown-toggle::after {
    background: url(../arrow_dwon.svg) no-repeat center;
    border: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    opacity: 0.8;
}
.submenu .dropdown-menu {
    border: 0;
    border-radius: 0;
    margin-top: 8px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-top: 2px solid rgba(49, 101, 185, 0.5);
    padding: 0;
}

.submenu .dropdown-menu li {
    border-bottom: 2px solid rgba(49, 101, 185, 0.5);
}
.submenu .dropdown-menu li:last-child {
    border-bottom: 0;
}
.submenu .dropdown-item {
    padding: 10px;
}

.submenu .dropdown-item:focus,
.submenu .dropdown-item:hover {
    background: #e3eaf4;
}

/* .live-chart-header .navbar-expand-lg .navbar-nav {
    align-items: center;
} */
.nav-bottom.live-chart-header .navbar-expand-lg .navbar-nav .nav-link {
    min-height: 50px;
    display: flex;
    align-items: center;
}
.logo-chart {
    color: #fff;
    font-weight: 400;
}
.logo-chart h2 {
    font-weight: 700;
}
.logo-chart p {
    margin: 0;
}
.text-yellow {
    color: #fbb800;
}

.chart-container {
    position: relative;
    margin: auto;
    padding: 30px 20px;
    background: linear-gradient(90deg, #000000 -6.29%, #3165b9 104.42%);
}
.withoutBg {
    background: transparent;
}
/* Chart */
.link-before::before {
    width: 1px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
    left: -25px;
    top: 8px;
}

.option-chart {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 10;
}

.option-chart &gt; div {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 1px;
    padding: 1px 7.5px;
    color: #fff;
}

.option-chart .bi::before,
.option-chart [class^="bi-"]::before,
.option-chart [class*=" bi-"]::before {
    font-weight: 900 !important;
}

.search-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s all;
    z-index: 10;
}

.search-modal-show {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.search-container {
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 15px;
    max-width: 562px;
    width: 100%;
    min-height: 242px;
}

.search-modal .form-input {
    min-height: auto;
}

.search-modal .btn {
    min-width: auto;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 8px;
}

.search-modal .search-i {
    padding-left: 15px;
}

.flex-end {
    display: flex;
    justify-content: end;
    align-items: center;
}

.search-modal .title-header {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}

.search-modal .bi-x {
    font-size: 30px;
    opacity: 0.5;
}

.search-modal-nav {
    padding: 0;
    list-style: none;
    display: flex;
}

.search-modal-nav li {
    display: inline-block;
    position: relative;
}

.search-modal-nav .nav-item {
    text-decoration: none;
    padding: 0 15px 10px;

    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #283246;
}

.search-modal-nav .li-active .nav-item {
    border-bottom: 2px solid #3165b9;
}

.bi-x-icon {
    cursor: pointer;
}

.bi-x-icon:hover .bi-x {
    color: #1d50a4;
    opacity: 1;
}
#tradingview {
    width: 1320px;
    max-width: 100%;
    max-height: 100%;
    height: calc(85vh - 81px);
    margin: auto;
    position: relative;
    z-index: 1;
}
/* -----------------------Mega Menu---------------------- */

.nav-bottom .navbar-nav .nav-link:hover {
    color: #fbb800;
}

.dropdown-hover:hover &gt; .dropdown-menu {
    display: inline-block;
    background: #c19d60;
}

.dropdown-hover &gt; .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.mega-menu {
    max-height: 246px;
    min-width: 420px;
    background: #c19d60;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 5px 5px;
    left: 148px;
    padding: 0 0 20px 0;
    top: 30px;
}

.mega-menu h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 0;
}

.mega-menu a {
    padding-left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #ffffff;
    background: #c19d60;
    text-decoration: none;
}

.mega-menu a:hover {
    color: #05264F;
    background-color: transparent;
}

.mega-menu .list-group-flush {
    white-space: nowrap;
    border-bottom: 1px solid #FFFFFF;
}

/*=================== Second menu small (Partnership) ======================*/

.mega-menu-Partnership {
    background: #c19d60;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 5px 5px;
    padding: 10px 0 10px 0;
    top: 30px;
}

.mega-menu-Partnership a,.mega-menu-small-one-column a {
    padding-left: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 5px;
    background: transparent;
}

.mega-menu-Partnership a:hover, .mega-menu-small-one-column a:hover {
    color: #05264F;
    background: transparent;
}

.mega-menu-Partnership .list-group-flush, .mega-menu-small-one-column .list-group-flush {
    width: 80px;
    white-space: nowrap;
    /* / margin-bottom: 10px; / */
    border-bottom: 1px solid #ffffff;
}

/* / 3ed menu small (About Us) / */

.mega-menu-small {
    width: auto;
}

.mega-menu-small .list-group-flush {
    width: auto;
}

.switcher-item {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    padding: 6px 8px;
    font-size: 14px;
    color: #262b3e;
    background-color: transparent;
    margin-right: 8px;
    border: none;
    border-radius: 4px;
    outline: none;
}

.switcher-item:hover {
    background-color: #f2f3f5;
}

.switcher-active-item {
    text-decoration: none;
    cursor: default;
    color: #262b3e;
}

.switcher-active-item,
.switcher-active-item:hover {
    background-color: #e1eff9;
}

.mega-menu,
.mega-menu-Partnership,
.mega-menu-small {
    position: absolute !important;
}

.nav-bottom .navbar-expand-lg .navbar-nav .nav-link:hover .mega-menu {
    display: block;
}

/* ================================================================= */

/* Start Blog & Actitvity section style */

.blog-section .blog-background {
    max-width: 100%;
    max-height: 411px;
    margin-bottom: 110px;
}

.blog-section .blog-background .blog-img {
    width: 100%;
    max-height: 411px;
    overflow: hidden;
}

.blog-section .blog-background .blog-img img{
    height: 100%;
}

.blog-section .blog-button .btn {
    min-width: 100% !important;
}

.blog-section .blog-button {
    max-width: 99px;
}

.blog-section .blog-read-time {
    text-align: right;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    /*text-transform: capitalize;*/
    color: #283246;
    margin: 0;
}

.writer-img-name {
    display: flex;
    justify-content: end;
    align-items: center;
}

.writer-img-name a {

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-decoration: underline;
    text-transform: capitalize;
    color: #3165b9;
    max-width: 105px;
    padding-bottom: 10px;
}

.writer-img-name .writer-img{
    max-width: 59px;
}

.writer-img-name .writer-img img{
    max-width: 100%;
}

.blog-date {
    height: 100%;
    position: relative;
}

.blog-date::after {
    content: "";
    height: 72%;
    width: 6px;
    position: absolute;
    left: 140px;
    top: 25px;
    background: #fbb800;
}

.blog-section .blog-date p {

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #283246;
    justify-content: center;
    padding-left: 58px;
    margin-bottom: 0;
}

.blog-date p &gt; span {

    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.5;
    color: #3165b9;
    display: block;
}

.blog-section h2 {
    font-family: "Arquitecta";
    font-style: normal;
    font-weight: 950;
    font-size: 28px;
    line-height: 1;
    color: #3165b9;
    margin-bottom: 25px;
}

.blog-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #15203b;
}

.blog-section .list-style-icon ul li {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #15203b;
    padding-left: 10px;
}

/* End Blog & Actitvity pages style */

/* Start Holiday page style */

.commodity-title {
    left: 172px;
}

.table-river-prime.commodity-table .table tr td {
    padding: 27px 10px;
}

.table-river-prime.commodity-table .table tr td a {

    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1.3;
    color: #283246;
    text-decoration: none;
}

/*.table-river-prime.commodity-table .table tr th {
      padding: 26px 40px;
  font-family: "Arquitecta";
  font-style: normal;
  font-weight: 900;
  font-size: 18px !important;
  line-height: 1;
  color: #ffffff;
  max-width: 117px;
}*/


/* chart table */
.containerChart {
    overflow-x: clip;
}
.text-orange {
    color: #fbb800;
}
.text-blue {
    color: #3165b9;
}
.section-table-river-chart {
    margin-top: 4rem;
}
#tableRiverChart.table thead tr ,#tableRiverChart.table thead tr th ,#tableRiverChart.table tbody tr td {
    background: #ffffff;
    border-bottom: 1px solid rgba(40, 50, 70, 0.3);
}

.section-table-river-chart .table-river-prime .table thead tr &gt; * {

    font-weight: 500;
    font-size: 14px !important;

    /* identical to box height */

    text-transform: capitalize;

    color: #283246;

    opacity: 0.8;
}

.section-table-river-chart .table-river-prime tr td:nth-child(2) {
    min-width: auto;
}
.section-table-river-chart .table-river-prime .table tr &gt; * {
    font-size: 14px !important;
}

.section-table-river-chart table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.dtr-control:before, .section-table-river-chart table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; th.dtr-control:before {
    top: 30px;
}

table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.dtr-control:before, table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; th.dtr-control:before {
    width: 17px;
    height: 17px;
    line-height: unset;
    font-size: 16px;
    text-align: center;
    top: 31px;
}


.table-river-prime.commodity-table tr td:nth-child(2) {
    min-width: 106px !important;
}

.table-river-prime.commodity-table tr th {
    max-width: 117px;
}


.table-river-prime.commodity-table tr th:first-child{
    padding-top: 10px;
}


.commodity-future .calculator-tabs li a{

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #283246;
}

.commodity-future .nav-pills .nav-link.active{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFF;
    background-color: #3165B9;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 3px;
}

table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.dtr-control:before, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th.dtr-control:before {
    top: 30px
}


.commodity-caption{
    text-align: start;
    color: #283246 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.tab-content.commodity-contant{
    background: #FFFFFF !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    margin: 16px 0 0 0;
}

.tab-content.commodity-contant .tab-pane{
    padding: 0;
}

.accordion-commodity-future button{
    background: #EBEBEB;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
}

.accordion-commodity-future .accordion-item{
    margin-bottom: 15px;
}

.accordion-button:focus,
.accordion-button:active,
.accordion-button.active{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFF;
    background-color: #3165B9;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgb(49 101 185 / 50%);
    border-radius: 3px !important;
}

.accordion-button::after{
    background-image: unset;
} 

/* .accordion-button:not(.collapsed)::after{
    background-image: unset;
} */


.accordion-commodity-future{
    display: none;
}

.commodity-future .container::before,
.accordion-commodity-future .container::before{
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    top: -45px;
    left: -33px;
}
/* End Holiday page style */






.FAQ-secton .accordion-button:focus, .accordion-button:active, .accordion-button.active{
    background-color: unset !important;
    border: unset !important;
}




/* lang menu */

.lang-menu {
    position: relative;
    display: inline-block;
}

.commodity-future .calculator-tabs li a{

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #283246;
}

.commodity-future .nav-pills .nav-link.active{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFF;
    background-color: #3165B9;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 3px;
}

table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.dtr-control:before, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th.dtr-control:before {
    top: 40px
}

.commodity-caption{
    text-align: start;
    color: #283246 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.tab-content.commodity-contant{
    background: #FFFFFF !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    margin: 16px 0 0 0;
}

.tab-content.commodity-contant .tab-pane{
    padding: 0;
}

.accordion-commodity-future button{
    background: #EBEBEB;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
}

.accordion-commodity-future .accordion-item{
    margin-bottom: 15px;
}

.accordion-button:focus,
.accordion-button:active,
.accordion-button.active{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFF;
    background-color: #3165B9;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgb(49 101 185 / 50%);
    border-radius: 3px !important;
}

/* .accordion-button::after{
    background-image: unset;
} */
/* .accordion-button:not(.collapsed)::after{
    background-image: unset;
} */


.accordion-commodity-future{
    display: none;
}

.commodity-future .container::before,
.accordion-commodity-future .container::before{
    background: url(../img_position/dote_orange01.svg) no-repeat top right;
    top: -45px;
    left: -33px;
}
/* End Holiday page style */






.FAQ-secton .accordion-button:focus, .accordion-button:active, .accordion-button.active{
    background-color: unset !important;
    border: unset !important;
}




/* lang menu */

.lang-menu {
    position: relative;
    display: inline-block;
}

.lang-menu-content {
    display: none;
    position: absolute;
    /*      width: auto;*/
    z-index: 1;
    /*      text-align: center;*/
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
    border-radius: 0px 0px 5px 5px;
    right: -5px;
    left: -5px;
}

.lang-menu-content a {
    /*
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 1.2;
          text-transform: capitalize;
          color: #283246;*/
    margin-top: 5px;
    /*      padding: 10px 10px;*/
    text-decoration: none;
    display: block;
    padding: 0px 5px 4px 5px;
}
.changeLang{
    color: #000;
    font-size: 15px;
    direction: ltr;
}

.changeLang img{
    max-height: 20px;
}


@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirArabic-Medium.eot');
    src: url('../fonts/AvenirArabic-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirArabic-Medium.woff2') format('woff2'),
        url('../fonts/AvenirArabic-Medium.woff') format('woff'),
        url('../fonts/AvenirArabic-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.ar-font{
    font-family: Avenir,arial;
}
.lang-menu-content a:first-child {
    border-bottom: 1px solid rgba(40, 50, 70, 0.1);
}


.lang-menu:hover .lang-menu-content {
    display: grid;
    width: 93px;
    border-radius: 0px 0px 5px 5px;
    grid-template-columns: 35px 50px;
    align-items: center;
    left: -20px;
    direction: ltr;
}

.lang-menu-content a img:hover{
    transform: scale(1.02);
    /* -webkit-transition: transform 0.1s ease-in-out; */
}

/* lang menu */

/* onhover table of chart */

.chgSmb:hover {
    cursor: pointer;
}

.legend {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: white;
}

.three-line-legend {
    width: 145px;
    height: 85px;
    position: absolute;
    padding: 6px;
    font-size: 12px;
    color: '#20262E';
    /* background-color: rgba(255, 255, 255, 0.23); */
    text-align: left;
    z-index: 1000;
    pointer-events: none;

}

.experience-section .list-style-icon ul li, .list-style-icon ul li p{
    margin-top: 5px;
}

.chart-arrow{
    width: 15px;
    top: -3px;
}
/* Expiry Page Style */

.grey-btn{
    background-color: #E3EAF4;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 3px;
    /*        margin-left: 15px;*/
}

.expiry-btn .btn{
    color: #283246;
    text-decoration: none;
    padding: 19.5px 19.6px;
    font-size: 16px;

    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.expiry-btn .grey-btn:hover,
.expiry-btn .grey-btn:active{
    background-color: #3165B9;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 3px;
}

.expiry-btn .grey-btn:active .expiry-btn a:first-child{
    background-color: #E3EAF4;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 3px;
}

.expiry-btn .btn:hover,
.expiry-btn .btn:active{
    color: #FFFFFF;
}

.expiry-btn a:first-child{
    color: #FFFFFF;
    background: #3165B9;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 3px;
}

.expiry-btn a:first-child:hover,
.expiry-btn a:first-child:active{
    color: #283246;
    background-color: #E3EAF4;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 3px;
    margin-left: 15px;
}

.expiry-second-table{
    margin-bottom: 80px;
}

/* End Expiry Page Style */

/* Account Registration Steps */
.account-card{
    position: relative;
    display: flex;
    align-items: center;
    gap: 120px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 5px rgba(49, 101, 185, 0.5);
    border-radius: 8px;
    padding: 40px;
    margin-top: 35px;
}

.account-card .card-side-img{
    padding-left: 55px;
}

/* education page style */
.education-banner{
    background: #203988;
}

.education-banner h1{
    font-weight: 950;
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
}

.search-icon{
    background: #3165B9;
    border-radius: 0px 8px 8px 0px;
}

.search-icon:hover{
    background-color: #3165B9;
}

.education-btn input{
    border: none !important;
}

.education-btn .form-control:focus{
    box-shadow: none;
}

.education .input-group{
    min-height: unset;
    height: 48px;
}

.education .input-group .select2-container--default
.select2-selection--single .select2-selection__arrow{
    height: 87%;
}

.education .input-group .select-custom ~ .select2-container{
    border-right: unset;
}

.education .input-group&gt;.form-control:focus,
.input-group&gt;.form-floating:focus-within,
.input-group&gt;.form-select:focus{
    z-index: 2;
}

.education-placeholder,
.education .select2-container--default
.select2-selection--single .select2-selection__placeholder{
    color: #ACACAC;
}

.education .input-group .select-custom.select ~ .select2-container
.select2-selection--single .select2-selection__rendered{
    padding: 0 12px 0 10px !important;
}

.education .card{
    position: relative;
    /*       background: #FFFFFF;*/
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    border: 0;
    cursor: pointer;
    margin: 10px;
    /* transition: 0.5s; */
    height: 350px;
}




.education .cards-title{
    position: relative;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #3165B9;
}

.cards-title:before{
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50px;
    border-width: 0px 0px 2px;
    border-style: solid;
    border-color: #ACACAC;
}

.cards-title:after{
    content: '';
    width: 45%;
    position: absolute;
    left: 0px;
    top: 49px;
    border-width: 0px 0px 4px;
    border-style: solid;
    border-color: #FBB800;
}

.education .card-title{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    /*        text-transform: uppercase;*/
    color: #3165B9;
}

.education .card-body p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #283246;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: none;
}

.education .img-wrapper{
    height: 216px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.education .card:hover .card-body p{
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    transition: all .5s ease-in-out;
}

.education .card:hover .img-wrapper{
      height: 100px;
      transition: all .5s ease-in-out;
      overflow: hidden;
}

.education .card:hover .img-wrapper img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all .5s ease-in-out;
}

/* End education page style */




/* mega & accordion navbar style */
/* .mega-menu-Partnership, .mega-menu-small{
    width: 550px !important;
} */
.mega-menu-small-one-column{
    min-width: 80px;
    top: 30px;
    border-radius: 0px 0px 5px 5px;
    /* text-align: center; */
}
.mega-menu-small-one-column.language-flags{
    right: -28px;
}
.mega-menu-small-one-column.language-flags a{
    border: none;
    font-family: "Almarai"  !important !important;
}
.two-col{
    column-count: 2;
}
.dropdown-menu ul{
    list-style: none;
}
.mega-menu-small-one-column ul{
    margin: 0;
}

.accordion-nav-bar{
    display: none !important;
}

.accordion-nav-bar .accordion{
    --bs-accordion-bg: transparent;
}

.accordion-nav-bar .accordion-item .accordion-header a, .accordion-nav-bar a {
    padding-left: 0;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.accordion-nav-bar .accordion-button:not(.collapsed){
    color: transparent;
    background-color: transparent;
    border: none;
    box-shadow: unset;
}

.accordion-nav-bar .accordion-button:focus,
.accordion-button:active, .accordion-button.active{
    background-color: transparent;
    border: none;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 0%);
}

.accordion-nav-bar .accordion-item .accordion-collapse ul li{
    list-style-type: none;
    padding: 5px 0;
}

.accordion-nav-bar .accordion-item .accordion-collapse ul li a{
    text-decoration: none;
    color: #FFFFFF;
}

.accordion-nav-bar .accordion-item .accordion-collapse .accordion-body{
    padding: 0px 10px 0 10px;
}

.accordion-nav-bar .accordion-item .accordion-collapse .accordion-body ul{
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 0;
}
/* End mega & accordion navbar style */

.account-reg-steps .card-title h2{
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    color: #3165B9;
}

.account-reg-steps .card-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #283246
}

.account-card.step-1::before{
    content: url(../icon/number-one-icon.svg);
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: 1;
    margin-left: -25px;
}

.account-card.step-2::before{
    content: url(../icon/number-2-icon.svg);
    position: absolute;
    top: -115px;
    left: 50%;
    z-index: 1;
    margin-left: -25px;
}

.account-card.step-3::before{
    content: url(../icon/number-3-icon.svg);
    position: absolute;
    top: -115px;
    left: 50%;
    z-index: 1;
    margin-left: -25px;
}

.account-card.step-4::before{
    content: url(../icon/number-4-icon.svg);
    position: absolute;
    top: -115px;
    left: 50%;
    z-index: 1;
    margin-left: -25px;
}

.account-card.step-5::before{
    content: url(../icon/number-5-icon.svg);
    position: absolute;
    top: -115px;
    left: 50%;
    z-index: 1;
    margin-left: -25px;
}

.account-reg-steps{
    margin-bottom: 90px;
}

.account-reg-steps .card-text p.hint{
    margin-left: 10px;
}

/* End Account Registration Steps */

.trading-central {
    background: url("../img_section/trading-central.jpg") no-repeat;
    background-size: cover;
    padding: 120px 20px;
}

.trading-central-col {
    max-width: 220px;
    margin: auto;
    text-align: center;
    font-weight: 500;
    color: #15203b;
    padding: 33px 15px 40px;
}

.trading-central-col p {
    margin-top: 20px;
}

.why-trade-shares .active-card p {
    color: #3165b9;
    font-weight: 800;
}

.why-trade-shares {
    background: url("../img_section/cryptocurrencies.jpg") no-repeat;
    padding: 80px 20px;
    background-size: cover;
}

.why-trade-shares p {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 0;
}

.trade-shares-col {
    text-align: center;
    max-width: 203.66px;
    min-height: 203.66px;
    margin: auto;
    padding: 20px 10px;
    transition: 0.3s;
}
.imgActive {
    display: none;
}
.trade-shares-col:hover .imgActive {
    display: inline;
}
.trade-shares-col:hover {
    background-color: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
    border-radius: 10px;
    transform: scale(1.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trade-shares-col:hover p {
    color: #3165b9;
    font-weight: 800;
}
.trade-shares-col:hover .imgNoActive {
    display: none;
}

/* statr Meet River Prime”™s Team */
.team .profile img {
    border-radius: 100px;
    border: 1px solid #3165b9;
}

.team .swiper-center-mood {
    border: 0;
    background: #ffffff;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 5%);
    min-height: 350px;
    width: 100%;
    padding: 40px 0px 0px 0;
    max-width: 440px;
}

.team .card-body {
    margin-top: 25px;
}


/* MT5 Web Trader */
.direct-access h2{
    text-align: center;
    font-family: 'Arquitecta';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    text-decoration: underline;
    color: #3165B9;
}

.direct-access ul li{

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #283246;
    padding-left: 10px;
}

.direct-access .direct-access-img{
    max-width: 780px;
    margin: auto;
}

.direct-access .direct-access-img::before{
    background: url(../img_position/dote_orange01.svg) no-repeat top right,
        url(../img_position/BlueDottedRectangle.svg) no-repeat top left;
    background-position: top right, top left;
    background-repeat: no-repeat, no-repeat;
    top: 19px;
    /*        left: 48px;*/
}

.direct-access .direct-access-img::after {
    background: url(../img_position/dote_blue01.svg) no-repeat bottom right;
    top: 25px;
    left: 27px;
}


.direct-access .BlueDottedRectangle::before {
    background: url(../img_position/BlueDottedRectangle.svg) no-repeat top left;
    top: -215px;
    left: 217px;
}
/* End MT5 Web Trader */


/* all */
.endless-benefits p{
    margin-bottom: 0;
}

.excited-section .list-style-icon p&gt;strong, p.text{
    margin-top: 20px;
}

.excited-section .flex-item{
    margin-left: 25px;
}

.expiry-section .expiry-btn{
    border: none !important;
}

.expiry-section.commodity-future{
    display: block !important;
}

.direct-access h2 a:hover{
    color: var(--bs-link-color);
}

.img-banner-absolute img {
    min-height: 500px;
    font-size: 32px;
}

.img-banner-absolute img{
    min-height: 500px;
}
/* End All */

/* multilevel accordion menu */
details {
    font-size: 20px;
}

details&gt;summary {
    cursor: pointer;
    list-style: none;
    color: #FFFFFF;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

details&gt;ul {
    padding: 10px 0px;
    margin: 8px 10px;
    border: none;
    border-radius: 15px;
    margin: 0 !important;
}

details&gt;ul li{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.home-not-accordion h2 a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}
/* End multilevel accordion menu */

.ticker__item span {
    font-size: 29px;
    color: #000;
}

.flag {
    padding: 0
}

.securities-commission-icon{
    padding: 0px 0 7px 10px;
}

/* Best Place style */
h2.title.best-place{
    font-weight: 800;
    font-size: 44px;
    line-height: 66px;
    max-width: 829px;
    margin: auto;
}

.commission-border-left{
    border-left: 1px solid rgb(124 81 40 / 20%);
    height: 70px;
}
/* End Best Place style */


/* img-text-towCol style */
.img-text-towCol h2{
    font-weight: 800;
    font-size: 44px;
    text-align: start;
}

.img-text-towCol p.subtitle{
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: start;
}

.img-text-towCol p{
    line-height: 1.2;
}
/* img-text-towCol style End*/


/* start-trading style */
.start-trading::before{
    background: url('../img_section/s-start-trading-bg.jpg') no-repeat;
    background-size: cover;
}

.industry-leading a{
    text-decoration: none;
}

.start-trading p.subtitle {
    font-weight: 500;
    font-size: 24px;
}

/* .start-trading p.title-yellow{
    white-space: nowrap;
} */
.corporate-buttons{
    padding-right: 8px;
}

.accounts-card-item-defualt{
    display: flex;
    flex-direction: column;
    padding: 30px 18px;
    /* transition: 0.4s; */
    max-height: 710px;
}
/* start-trading style End*/


/* business-owner-investor section (opportunities section) */
.img-text-towCol p.business-owner{
    font-size: 18px;
    color: #05264F;
    text-transform: capitalize;
    font-weight: 500;
}

.img-text-towCol p.business-owner span{
    color: #C19D60;
    text-transform: capitalize;
    font-weight: 600;
}

.bef-aft-img-3::before{
    background: url('../img_position/s-triangle-bg-position3.jpg') no-repeat;
    z-index: 1;
    height: 510px;
    width: 365px;
    top: -80px;
    left: -46px;
}

/* business-owner-investor section (opportunities section) End*/


/* QEH style */
/* .QEH h2{
    white-space: nowrap;
} */
.QEH p.subtitle-yellow span{
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.QEH p.subtitle-yellow{
    font-size: 32px;
    font-weight: 800;
}

.QEH ul li{
    list-style: none;
    /* margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    width: 315px;
    margin-left: 8px; */
}
.QEH ul li hr{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	width: 277px;
    	opacity: 1;
}
/* .QEH ul:last-child li:last-child{
    display: none;
} */

/* .QEH ul li:last-child{
    border: none;
} */

.QEH ul li a{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: capitalize;
    text-decoration: underline;
}

/* QEH style End */

/* FAQ style */
.FAQ{
    background: url('../img_section/s-FAQ-bg.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 110px;
}
.accordion-item{
    height: auto !important;
}
.FAQ span{
    padding-right: 30px;
    color: #15203B;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.3;
    padding-right: 45px;
}

.FAQ .accordion-body{
    padding-left: 80px ;
    padding-top: 0;
}

.FAQ .accordion-button{
    background-color: transparent !important;
    border: none;
    color: #C19D60;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    padding: 25px 25px 25px 41px;
}

.FAQ .accordion-header{
    margin-top: 0;
}

.FAQ .accordion-item{
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.FAQ .accordion-button:not(.collapsed){
    box-shadow: unset;
}

.FAQ .accordion-button::after{
    background-image: url('../icon/s-accordion-button-open.svg');
}

.FAQ .accordion-button:not(.collapsed)::after{
    background-image: url(../icon/s-accordion-button-closed.svg);
}

.FAQ .accordion-body p{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    color: #15203B;
    padding-right: 84px;
    padding-left: 45px;
}
/* FAQ style End */


/* footer style */
footer .footer-logo{
    max-width: 132px;
}

.footer-top p,
.footer-top a {
    color: #F3E1B8;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.footer-top h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
    text-align: start;
    margin-top: 10px;
}

.footer-top .head-office, .policies{
    position: relative;
    top: -30px;
}

.footer-top .policies a{
    margin-bottom: 22px;
}

.copy-right::before{
    background: url(../img_position/s-footer-line-bg.svg) no-repeat top;
    z-index: 1;
    top: -20px;
}

.footer-bottom p{
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4;
    color: #ffffff;
}

.footer-bottom .copy-right p{
    font-weight: 400;
    font-size: 12px;
}
/* footer style End */



/* banner-text-with-img style*/
.bg-banner-text-with-img {
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
}
.bg-banner-text-with-img{
    background-size: 100% 100%;
}
.banner-content h1 {
    font-weight: 700;
}

/* .banner-content {
    position: relative;
    top: 70px;
} */

.banner-text-with-img p,
.bg-banner-text-with-img p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    /* margin: 25px 0; */
    /* max-height: 245px; */
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    color: #FFFFFF;
}

.banner-text-with-img {
    /* max-width: 1480px; */
    max-height: 500px;
    margin: auto;
    overflow: hidden;
}

.img-banner-absolute {
    position: absolute;
}

.flex-banner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* banner-text-with-img style End */

/* bg-brown & mt5 section */
.bg-brown{
    position: relative;
    background: #ccb083 ;
    z-index: 3;
    overflow: initial;
}

.mt5-link h2{
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
}

.mt5-link{
    text-decoration: none;
    display: inline-flex;
    text-align: center;
    display: flex;
    width: fit-content;
    gap: 25px;
    white-space: nowrap;
}
/* bg-brown & mt5 section End */


/* customers style */

.MT5{
    background: #F3F3F3;
    opacity: 0.9;
    padding-top: 160px;
}

/* customers style End*/

/* MT5 style */

.bef-aft-img-ProPage::before{
    background: url(../img_position/s-triangle-MT5-page.svg) no-repeat;
    z-index: 1;
    left: 15px;
    background-size: contain;
}


.why-trade ul li, .what-will-you ul li, .Advantages-of-Trading-With-Salam-Investements ul li, .Investments ul li, .why-trade-Through ul li{
    list-style: url(../icon/chexkmark-icon.svg) ;
    font-weight: 500;
    margin-bottom: .5rem;
}
.accounts-card-item-defualt ul li{
    list-style: url(../icon/chexkmark-icon.svg) ;
    padding: 2px;
    border-bottom: 1px solid rgba(188, 151, 91, 0.2);
    font-size: 15px;
    font-weight: 500;
    padding-left: 12px;
}
.why-trade ul li::marker {

}
.btn-yellow-fill {
    background: #C19D60;
    color: #fff;
    max-width: 225.41px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    margin: 5px;
    padding: 15px 10px;
    z-index: 80;
}

.why-trade .check-mark{
    font-size: 20px;
    bottom: 4px;
}
#mw-element-1705940333793 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.how-to-download{
    background: rgb(243 243 243 / 90%);
}

.how-to-download .pc-img img, .android-img img{
    border-radius: 10px;
}

.how-to-download .device{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 35px;
}

.how-to-download .subtitle:first-child{
    font-size: 24px;
    max-width: unset;
    text-align: center;
    padding: unset;
    text-transform: capitalize;
    margin: 0;
}

.how-to-download div.pc-img+p{
    font-size: 22px; 
    font-weight: 500; 
    text-align: start;
    padding: 20px 10px 0px 1px; 
    text-transform: capitalize;
    margin: 0;
    padding: 20px 15px 20px 1px;
}

.how-to-download h2{
    font-weight: 800;
}

.how-to-download&gt;*{
    font-family: SF-Pro-Display;
    font-weight: 500;
}

.how-to-download ol li{
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
    padding-left: 10px;
}

.how-to-download .subtitle-yellow{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    text-transform: capitalize;
    text-decoration: underline;
}

.how-to-download .border {
    border-bottom: 1px solid #5A4103 !important;
}

.how-to-download .text-white{
    font-family: 'Poppins';
    position: relative;
    top: -40px;
    margin: 0;
    max-width: 248px;
    margin: auto;
    padding: 13px;
    background: #05264F;
    box-shadow: 4px 4px 20px rgba(124, 81, 40, 0.2);
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
}

.start-trading  p.title-yellow{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #C19D60;
    text-transform: capitalize;
}

.what-can-you-trade{
    background: url('../img_section/what-can-trade-bg.jpg') no-repeat;
    background-size: cover;
}

.what-can-you-trade p.title{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #FFFFFF;
}

.what-can-you-trade {
    padding: 80px 0;
}

.what-can-you-trade .industry-leading-col:hover p.title{
    font-weight: 800;
    white-space: pre-line;
    color: #C19D60;
}

.accounts-with-unique a.btn-yellow-fill:last-child{
    max-width: fit-content;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
}

.what-next h4{
    font-weight: 800;
    font-size: 32px;
    line-height: 1.3;
    color: #15203B;
}

.what-next .subtitle{
    font-size: 24px;
}
/* MT5 style End */

/* secur-commission style */
.secur-commission .relative-section{
    z-index: 2;
}

.secur-commission h2.title{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.about-commission h2.title{
    font-size: 44px;
}
/* secur-commission style End */


/* Trading Account page style */
.pro-only-3-steps h2{
    max-width: unset;
}

.pro-only-3-steps a.btn{
    max-width: 288px;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 10px;
}

.only-3-steps p.subtitle{
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}

.only-3-steps p{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #15203B;
}

.pro-only-3-steps p{
    max-width: 317px;
    font-size: 16px;
    font-weight: 400;
}

.deposit .card{
    /* max-width: 380px; */
    min-height: 470px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.16);
    border: 0;
    text-align: center;
}
.deposit .card-img{
	min-height: 50px;
}

/* 
.deposit .card-img{
    max-width: 110px;
    margin: auto;
} */
/* 
.deposit .card-img img{
    max-height: 43px;
} */

.deposit .card-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #BC975B;

    border-bottom: 1px solid rgb(188 151 91 / 20%);
    width: 260px;
    margin: auto;
    padding-bottom: 15px;
}

.deposit p.title{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #05264F;
    text-align: center;
    margin-top: 10px;
}

.deposit .border-bott{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #05264F;
    text-align: center;

    border-bottom: 1px solid rgb(188 151 91 / 20%);
    width: 285px;
    margin: auto;
    padding-bottom: 15px;
}
/* Trading Account page style End*/

/* bg-brown-color section style */
.bg-brown-color {
    background-color: #C19D60;
    min-height: 168px;
    padding: 40px 0;
}

.bg-blue-color{
    background-color: #05264F;
}

.bg-brown-color p{
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
}

.bg-brown-color a{
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #15203B;
    text-transform: capitalize;
    text-decoration: underline;
    text-align: center;
}

/* .border-x{
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-width: 2px;
} */


.bg-brown h5{
    font-weight: 800;
    font-size: 26px;
    color: #FFFFFF;
    width: 100%;
}

.bg-brown p{
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
}


.bg-blue-color p{
    font-weight: 600;
    font-size: 34px;
    line-height: 1.4;
    color: #C19D60;
    text-transform: capitalize;
}

.bg-blue-color a{
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline;
    padding-top: 10px;
}

.bg-brown-tow-cols .border-x{
    /* border-right: none; */
    height: inherit;
}
/* bg-brown-color section style End */

/* what-can-you-trade style */
.industry-leading .col-sm-6 a:first-child{
    height: 200px !important;
}
/* what-can-you-trade style End */

/* MarketsOver Start*/
.MarketsOver-industry-leading{
    background: url(../img_section/Why-Trade-Online-bg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 806px;
}

.MarketsOver-industry-leading p.title-yellow{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}

.section-direction .img-section-direction::before {
    background: url(../img_position/triangle-bg-position-MarketsOver.jpg) no-repeat;
    /* left: 17px; */
    top: -98px;
    height: 510px;
    background-size: contain;
}

.section-direction p {
    max-width: 490px;
    margin: 16px 0 18px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #15203B;
}

.section-direction:nth-of-type(even) {
    flex-direction: row-reverse;
    padding: 120px 0;
}

.section-direction{
    margin: 70px 0;
}

.why-trade-MarketsOver{
    background-color: rgb(243 243 243 / 90%);
}

.why-trade-MarketsOver .btn-yellow-dump{
    max-width: 130px;
}

.why-trade-MarketsOver .btn-yellow-fill,
.opportunities .btn-yellow-fill,
.why-trade .btn-yellow-fill {
    max-width: 200px;
}

.accounts-with-unique-MarketsOver{
    background-color: #fff;
}

.bg-brown-color p.blue-subtitle{
    color: #05264F;
    font-size: 34px;
}

.bg-brown-color a.text-white{
    font-size: 16px;
    font-weight: 500;
}
/* MarketsOver End */

/* title-caption-form (Responsive Table) Start */
.title-caption-form h2{
    font-size: 36px;
}

.title-caption-form a{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #C19D60;
    margin-bottom: 10px;
}

.title-caption-form a.btn{
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.title-caption-form a.btn:hover{
    color: #C19D60;
}

.title-caption-form tr&gt;th, tr&gt;td{
    text-align: center !important;
    width: 265px !important;
    padding: 15.5px 20px!important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    border-right: 1px solid rgb(231 215 170 / 30%);
}

.title-caption-form tr&gt;th:last-child, tr&gt;td:last-child{
    border-right: none;
}

.title-caption-form tr:nth-of-type(1){
    background: #BC975B;
    color: #FFFFFF;
}

.title-caption-form tr&gt;td{
    color: #15203B;
}

.title-caption-form table.dataTable thead th, table.dataTable thead td{
    border-bottom: none;
}

.title-caption-form table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td,
.title-caption-form table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{
    border-top: none !important;
}

.title-caption-form table.dataTable.no-footer{
    border-bottom: none;
    margin-bottom: 0 !important;
}

.title-caption-form table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd,
.title-caption-form table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd:hover{
    background-color: rgb(188 151 91 / 3%) !important;
}

.title-caption-form table.dataTable.display tbody tr.odd&gt;.sorting_1, table.dataTable.order-column.stripe tbody tr.odd&gt;.sorting_1,
.title-caption-form table.dataTable.display tbody tr.even&gt;.sorting_1, table.dataTable.order-column.stripe tbody tr.even&gt;.sorting_1{
    background-color: unset;
    /* padding-right: 0 !important; */
}

.title-caption-form table.dataTable tbody tr,
.title-caption-form .title-caption-form table.dataTable tbody tr:hover{
    background-color: rgb(188 151 91 / 20%) !important;
}

.title-caption-form table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role="row"]&gt;td:first-child:before, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role="row"]&gt;th:first-child:before {
    top: 14px;
    height: 16px;
    left: 6px;
    width: 16px;
    background-color: #C19D60;
    line-height: 17px;
}

.title-caption-form table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.child, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;th.child, table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr&gt;td.dataTables_empty{
    text-align: start !important;
    padding-left: 18px !important;
    background: #fdfcfa !important;
}

.title-caption-form table.dataTable&gt;tbody&gt;tr.child span.dtr-title{
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
    white-space: nowrap;
}

.title-caption-form table.dataTable&gt;tbody&gt;tr.child span.dtr-data{
    font-weight: 500;
}

.title-caption-form table.dataTable.nowrap th, table.dataTable.nowrap td{
    white-space: normal !important;
}


.title-caption-form table.dataTable&gt;tbody&gt;tr.child ul.dtr-details&gt;li{
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.title-caption-form table.dataTable&gt;tbody&gt;tr.child span.dtr-title{
    min-width: unset !important;
}

.salam-table{
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    padding: 25px 0 0;
}
/* title-caption-form (Responsive Table) End */

/* Forex Start */
.Forex-industry-leading .industry-leading-col{
    height: 270px;
}

.Forex-industry-leading{
    background: url(../img_section/Forex-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 948px;
    padding: 60px 0 !important;
}

.Forex-industry-leading.start-trading{
    padding: 80px 0;
}
.Forex-industry-leading p.subtitle{
    font-weight: 500;
    font-size: 24px;
}
.Forex-industry-leading .btn{
    max-width: 200px;
}
/* Forex End */

/* Forex-all-instruments Start */
.forex-all-table1{
    padding: 80px 0 20px;
}

.forex-all-table2{
    padding: 40px 0 80px 0;
}

.forex-all-table2 .salam-table{
    margin-bottom: 80px;
}
/* Forex-all-instruments Start */


/* Forex-One-Symbol Start */
.bg-banner-text-with-img h1&gt;span{
    font-size: 28px;
    display: block;
}

.banner-card{
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    text-align: center;
    min-width: 409px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    top: 75px;
}
.banner-text-img{
    position: relative;
    top: 75px;
}
.banner-text-img-one-symbol-chart{
    position: relative;
    top: 30px;
}
.banner-card p{
    color: #05264F !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
}

.banner-card .high-low p{
    font-weight: 400;
    color: #283246;
}

/* .banner-card .high-low p:last-child{
    font-weight: 500;
    max-width: 278px;
    margin: auto;
} */

.absolute-banner-content .absolute-unlock{
    position: absolute;
    z-index: 1;
    top: 150px;
    right: 0;
    width: 292.85px;
    background: #FFFFFF;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    padding: 0 32px;
}

.absolute-banner-content .row{
    margin-top: 100px;
}

.absolute-banner-content .absolute-unlock p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    color: #283246;
}

.absolute-banner-content .absolute-unlock a{
    text-decoration: none;
    gap: 20px;
}

.absolute-banner-content .card-buttons a.btn{
    display: block;
    height: 59.85px;
    width: 111px;
    padding: 10px 0;
}

.absolute-banner-content a.btn span{
    display: block;
}

.forex-one-symbol-form{
    min-height: 1014px;
    padding: 145px 0 20px;
    /* margin-top: 150px; */
}

.special-info{
    background: url("../img_section/special-info-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 376px;
}

.special-info h2{
    color: #FFFFFF;
}

.special-info p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
/* Forex-One-Symbol End */

/* Equities Start */
.how-trade-equities p{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    color: #15203B;
    margin-bottom: 1.5rem;
}
/* Equities End */


/* contact us */
.contactUs {
    min-height: 805px;
    display: flex;
    align-items: center;
    padding: 30px 0;
  }
  .contactUs .form-control {
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 20px 15px;
    font-family: 'Poppins';
  }
  .contactUs p {
    font-size: 20px;
    margin-top: 26px;
  }
  .contactUs .btn-yellow-fill {
    margin-top: 40px;
  }
  .contactUs .btn-close {
    background: url(../icon/close.svg) center no-repeat;
    opacity: 1;
  }
  .contactUs .modal-header {
    border: 0;
  }
  .contactUs .modal-dialog p {
    padding: 41px;
  }

  .contactUs-title tr &gt; th {
      text-align: start;
      padding: 22.4px 41px !important;
    }
    .contactUs-title td {
      text-align: start;
      /* padding: 15.5px 41px 0 41px !important; */
    }
    .contactUs-title tr &gt; td {
      font-weight: 500;
    }
    .contactUs-title tr &gt; td:nth-of-type(1) {
      font-weight: 700;
    }
    td {
      vertical-align: top !important;
    }


  .socialMedia {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    padding: 90px 0 20px 0;  
}
  .socialMedia p {
    font-size: 20px;
    text-align: center;
    max-width: 656px;
    margin: auto;
    font-weight: 500;
    margin-bottom: 35px;
  }
  .socialMedia .icon {
    justify-content: center;
    gap: 10px;
  }

  /* end contact us */

  /* markets Trading Hours */

 
  .platform-info h2{
    font-size: 36px;
  }
  .platform-info h2 span{
    color: #05264F;
    font-size: 32px;
    font-weight: 700;
    display: block;
  }
  .platform-info ul{
    list-style: none;
    padding: 0;
  }
  .platform-info li span{
    color: #C19D60;
    padding-right: 10px;
  }
  .platform-info li{
    color: #05264F;
    font-weight: 500;
    font-size: 20px;
  }
  /* end markets Trading Hours */

  /* WhyAl-Salam  */
  .bef-aft-img-5::before{
      background: url(../img_position/s-triangle-bg-position3.png) no-repeat;
      top: 30px;
      left: -16px;
      background-size: contain;
  }

  .salam-story{
      font-weight: 500;
      font-size: 20px;
      color: #15203B;
  }
  h3.name{
      font-weight: 600;
      font-size: 24px;
      color: #05264F;
  }
  p.founder{
      font-size: 20px;
      font-weight: 400;
      line-height: 1.1;
      color: #15203B;
  }



  .Investments .check-mark{
      font-size: 24px;
  }


  .industry {
      min-height: 540px;
      display: flex;
      align-items: center;
      background: #F3F3F3;
      padding: 40px 0;
  }
  h2.icon{
      font-size: 24px;
      font-weight: 600;
      height: 58px;
  }
  .salam-value{
      min-height: 0px;
      background: url(../img_section/AlSalamInvestmentsValues.jpg) no-repeat;
      background-size: cover;
  }

  .salam-value a{
      text-decoration: none;
  }
  .salam-value p{
      color: #ffffff;
      font-weight: 500;
  }

  .industry-leading-col:hover p{
      color: #000;
  }
  .trade p.title{
      font-weight: 700;
      font-size: 24px;
      text-align: center;
      margin-top: 12px;
  }
  .trade .section-direction:nth-of-type(even){
      padding: 0;
  }
  .trade .section-direction p{
      font-size: 20px;
      max-width: 100%;
  }
  .trade h3{
      font-size: 32px;
      font-weight: 700;
  }
  .bef-aft-img-whySalamPage::before{
      background: url(../img_position/s-triangle-MT5-page.svg) no-repeat;
      z-index: 1;
      height: 450px;
      top: -110px;
      left: 68px;
      background-size: contain;
  }
  .InvestmentsTeam{
      min-height: 694px;
      display: flex;
      align-items: center;
      background: url(../img_section/Forex-bg.jpg) no-repeat;
      background-size: cover;
      padding: 40px 0;
  }
  .InvestmentsTeam h3{
      font-weight: 600;
      font-size: 24px;
      color: #ffffff;
  }
  .InvestmentsTeam p.title{
      font-size: 23px;
      text-align: center;
      max-width: 663px;
      margin: auto;
  }
  .InvestmentsTeam p{
      font-weight: 500;
      font-size: 18px;
      color: #ffffff;
  }
  .InvestmentsTeam a{
      text-decoration: none;
  }
  .bef-aft-img-InvestmentsTeam::before, .bef-aft-img-customers::before{
      background: url(../img_position/s-triangle-bg-position-customers.svg) no-repeat;
      z-index: 1;
      background-size: contain;
      height: 252px;
      width: 230px;
      margin: auto;
      top: -15px;
  }

  .partners{
      background: #F3F3F3;
      min-height: 683px;
      display: flex;
      align-items: center;
      padding: 80px 0;
  }
  .partners p{
      font-weight: 500;
      font-size: 24px;
      max-width: 663px;
      text-align: center;
      margin: auto;
  }
  /* WhyAl-Salam  */


  /* waves & General style Start */
  .white-wave::before{
    content: '';
    background: url(../img_position/new-white-wave.png) no-repeat bottom;
    background-size: contain;
    z-index: 2;
    top: 50px;
  }
  .chart-bg.white-wave::before{
    top: 40px;
  }
  
  .flex-section{
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.secur-commission{
    padding: 20px 0 107.93px 0;
}

.secur-commission .count
{
    margin-left: 5px;
    margin-right: 4px;
}

.industry-leading {
    min-height: 794px;
    background: #f3f3f3;
}

.opportunities{
    /* min-height: 804px; */
    padding: 160px 0 115px 0;
}
.opportunities .markets{
    font-weight: 500;
    font-size: 24px;
    max-width: 500px;
}

.start-trading{
    min-height: 610px;
}
a{
    text-decoration: none;
}

.trade-platform{
    /* min-height: 878px; */
    padding: 90px 0 60px 0;
}
.trade-platform p{
    font-weight: 500;
    font-size: 24px;
    max-width: 584px;
    margin-bottom: 25px;
}
.bg-blue-light {
    background-color: #f3f3f3;
  }
  .team-service{
    min-height: 547px;
    padding: 80px 0;
  }

  .bef-aft-text p {
    padding: 25px;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
  }


.academy {
    background: url(../img_section/s-quick-easy-help-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 800px;
    padding: 2% 5% !important;
  }

  .industry-leading-col{
    padding: 30px 15px;
    margin-top: 30px;
    min-height: 213px;
  }

  .bef-aft-text::before {
    content: '';
    background: url(../icon/q1.svg) no-repeat top left;
    z-index: 1;
    left: -30px;
  }

  .bef-aft-text::after {
    content: '';
    background: url(../icon/q2.svg) no-repeat bottom right;
    z-index: 1;
    left: -90px;
  }

  .laptop-bg{
    background: url(../banner/laptop-bg.jpg) no-repeat;
    background-size: 100% 100%;
  }

  header .accordion-button:not(.collapsed)::after{
    display: none;
  }
  .MT5 {
    background: #f3f3f3;
    padding: 130px 0;
  }

  .Customers {
    min-height: 732px;
  }
  .Customers .bef-aft-text::after {
    background: url(../img_position/s-quotation-right.svg) no-repeat bottom right;
    z-index: 1;
    left: -20px;
  }

  .Customers .bef-aft-text::before {
    background: url(../img_position/s-quotation-left.svg) no-repeat top left;
    z-index: 1;
    left: 30px;
  }

  .Customers .bef-aft-text p{
    font-size: 18px;
    text-align: center;
  }

  .bef-aft-img-customers::before {
    background: url(../img_position/s-triangle-bg-position-customers.svg) no-repeat;
    z-index: 1;
    height: 252px;
    background-size: contain;
    width: 230px;
    margin: auto;
    top: -15px;
  }

  .why-trade{
    min-height: 754px;
  }

  .bef-aft-img-MT5Page::before{
    background: url(../img_position/s-triangle-MT5-page.svg) no-repeat;
    z-index: 1;
    height: 458px;
    background-size: contain;
    width: 411px;
    margin: auto;
  }
  .how-to-download{
    /* min-height: 1300px; */
    padding: 80px 0;
  }

  .what-can-you-trade{
    min-height: 701px;
  }

  .what-can-you-trade .subtitle{
    font-size: 24px;
    padding: 0;
    text-transform: uppercase;
  }
  .what-next{
    min-height: 1312px;
    padding: 80px 0;
  }

  .only-3-steps {
    min-height: 630px;
  }
  .only-3-steps h2.title{
    max-width: 894px;
    margin: auto;
  }

  .deposit{
    min-height: 1433px;
  }

  .bg-brown-color {
    background-color: #C19D60;
    min-height: 168px;
}

.keyboard-bg{
    background: url(../banner/keyboard-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.pt-135{
    padding-top: 135px;
}

.columns-bg{
    background: url(../banner/columns-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.bg-banner-text-with-img .col-lg-6:nth-child(2)&gt;.absolute-banner-img{
    /* position: absolute;
    max-width: 414px; */
    max-width: 100%;
    bottom: -60px;
    position: relative;
    text-align: center;
}

.pos-unset{
    position: unset !important;
}

.pro-account-benefits {
    padding-bottom: 80px;
}
.what-will-you {
    min-height: 960px;
}
.what-will-you p{
    font-weight: 500;
    font-size: 24px;
}
.what-will-you .check-mark{
    color: #7C5128;
    font-size: 20px;
}
.pro-account-benefits{
    min-height: 1254px;
}

   .before-you-start{
      min-height: 817px;
   }
   .before-you-start a{
      color: #15203B;
   }
   .before-you-start a p{
      max-width: 317px;
      margin: auto;
   }
   .before-you-start .subtitle{
      padding: 0;
      font-size: 24px;
   }

   .before-you-start a.btn-yellow-fill{
      color: #ffffff;
      max-width: 288px;
      font-size: 20px;
      height: auto;
      text-transform: capitalize;
   }
   .before-you-start a.btn-yellow-fill:hover{
      color: #c19d60;
   }

   .MarketsOver-industry-leading .industry-leading-col:hover p,.Forex-industry-leading .industry-leading-content .industry-leading-col:hover p{
    color: #000;
 }
 .MarketsOver-industry-leading .btn-yellow-fill, .MarketsOver-industry-leading .btn-yellow-dump{
    max-width: 206px;
 }
 .py-80{
    padding: 80px 0;
 }

 .why-trade-Through{
    min-height: 608px;
    background-color: rgb(243 243 243 / 90%);
 }

 .why-trade-Through li p{
    font-weight: 500;
    font-size: 20px;
 }
 .why-trade-Through .btn-yellow-fill{
    max-width: 200px;
 }

 .accounts-with-unique {
    min-height: 1035px;
    padding: 80px 0;
 }

 .Forex-industry-leading .industry-leading-content p.title-yellow{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.Commodities-form{
    min-height: 594px;
}

.commodities-all-form1{
    min-height: 474px;
    padding: 80px 0 20px;
}

.commodities-all-form2{
    min-height: 594px;
    padding: 40px 0 80px;
}

.commodities-one-symbol-form{
    min-height: 1014px;
    padding: 145px 0 20px;
}

.indices-form{
    min-height: 714px;
}

.indices-all-form1{
    min-height: 474px;
    padding: 80px 0 20px;
}

.indices-all-form2{
    min-height: 714px;
    padding: 40px 0 80px;
}

.indices-one-symbol-form{
    min-height: 1014px;
    padding: 145px 0 20px;
}


.bg-brown{
    padding: 45px 0;
}

.chart-bg{
background: url(../img_section/chart-bg.jpg) no-repeat;
background-size: 100% 100%;
}

.announcements{
min-height: 727px;
padding: 80px 0;
}
.Salam-Investment-Story{
    padding: 60px 0;
}
.Salam-Investment-Story.home-white-wave::before{
    top: -155px;
}
.Salam-Investment-Story p{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    color: #15203B;
}

.bg-blue-opacity{
background: #F3F3F3;
}

.salam-value .industry-leading-content p{
max-width: 311px;
}
.salam-value .industry-leading-col:hover{
max-width: 100%;
}

.Advantages-of-Trading-With-Salam-Investements{
min-height: 716px;
background-color: rgb(243 243 243 / 90%);
overflow: hidden;
}


.Equities-bg{
background: url(../img_section/Equities-bg.jpg) no-repeat;
background-size: 100% 100%;
}
.Why-Trade-Equities{
min-height: 1110px;
}
.how-trade-equities {
min-height: 750px;
}


.why-trade-Through .btn-yellow-fill, .Advantages-of-Trading-With-Salam-Investements .btn-yellow-fill{
max-width: 200px;
display: flex;
align-items: center;
justify-content: center;
}



.white-wave.home::before {
    content: '';
    background: url(../img_position/white-wave.png) no-repeat bottom;
    background-size: 100% 100%;
    z-index: 2;
    height: 220px;
    top: 83%;
}

h2{
    text-transform: capitalize;
}
.accounts-with-unique .subtitle, .deposit .subtitle, .before-you-start .subtitle{
    text-transform: uppercase;
}

.home-white-wave::before{
    content: '';
    background: url(../img_position/new-white-wave.png) no-repeat top;
    background-size: 100%;
    top: -205px;
    z-index: 2;
}

.subtitle-unique{
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin: 1rem 0 2rem;
    text-transform: capitalize;
}

.w-100{
    max-width: 100%;
}

p.subtitle-MetaTrader{
    font-weight: 400;
    max-width: 460px;
}
.how-to-download ol{
    margin: 0;
}
.how-to-download .subtitle-yellow:hover{
    color: #C19D60;
}

.title-caption-form.one-symbol-style table.dataTable.nowrap th, .title-caption-form.one-symbol-style table.dataTable.display tbody td{
    text-align: unset !important;
    /* padding-left: 2rem !important; */
    padding: 15px 15px 15px 32px !important;;
}

.start-trading .industry-leading-content p {
    max-width: 100%;
}

.why-trade-MarketsOver .btn-yellow-dump {
  max-width: 130px;
}

.why-trade-MarketsOver .btn-yellow-fill,
.opportunities .btn-yellow-fill,
.why-trade .btn-yellow-fill {
  max-width: 200px;
}

.not-accordion {
  padding: 16px 0;
}

.navtop img {
  bottom: 12px;
}

.start-trading .industry-leading-content p{
    max-width: 100%;
}

.FAQ .accordion-body p a{
    color: #c19d60;
    text-decoration: underline;
}
.FAQ .accordion-body ul{
    list-style: none;
}
.FAQ .accordion-body ul li span{
    padding: 0;
    font-size: 18px;
    color: #C19D60;
}
.FAQ .accordion-body ul li{
font-weight: 500;
font-size: 18px;
line-height: 1.1;
}


.secur-commission p.title span.count, .secur-commission p.title span.count-word{
    font-size: 26px;
}
.trade-platform .corporate-buttons img {
    /* max-width: 125px;
    height: 38px; */
    margin-bottom: 15px;
}
/* .team-service div.bef-aft-text p{
    max-width: 511px;
} */
.arrow-right{
    width: 50px;
}
.py-60{
    padding: 60px 0;
}
table.dataTable, .dataTables_wrapper .dataTables_filter{
    margin-top: 0 !important;
}
/* .secur-commission h2 span img{
    max-width: 50px;
} */
.tradingview-widget-container{
    height: 470px !important;
}

  /* waves & General style End */

  /* navbar editing Start*/
  .not-accordion{
    padding: 16px 0;
  }

  .nav-buttons .btn{
    font-size: 10px;
    font-weight: 600px;
    line-height: 1.1;
    width: fit-content;
    height: 28.89px;
    padding: 8px 10px;
    margin-top: 20px;
  }
  /* .why-trade ul li p::before, .Investments p::before, .Advantages-of-Trading-With-Salam-Investements p::before,
  .why-trade-Through ul li p::before, .accounts-with-unique p.offers::before, .what-will-you ul li p::before{
    content: '';
    background: url('../icon/chexkmark-icon.svg') no-repeat;
    z-index: 1;
    top: 3px;
  }
  .why-trade ul li p, .Investments p, .Advantages-of-Trading-With-Salam-Investements p,
  .why-trade-Through ul li p, .accounts-with-unique p.offers, .what-will-you ul li p{
    padding-left: 30px;
  } */

  /* navbar editing End */

  /* Banners Start */
  .plateforms-banner{
    max-width: 783px;
  }
  .plateforms-banner h1{
    font-size: 50px;
    font-weight: 800;
  }
  .plateforms-banner .btn, .mt5-banner .btn, .tradingAccounts-banner .btn,
  .pro-banner .btn, .prime-banner .btn, .executive-banner .btn, .cash-banner .btn,
  .marketsOver-banner .btn, .forex-banner .btn{
    max-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tradingAccounts-banner h1{
    max-width: 482px;
  }
  .tradingAccounts-banner p{
    max-width: 517px;
    font-weight: 400;
  }
  .pro-banner h1, .prime-banner h1, .executive-banner h1, .cash-banner h1, .forex-banner h1{
    max-width: 529px;
  }
  .pro-banner p, .prime-banner p, .executive-banner p, .cash-banner p, .forex-banner p,
   .commodities-banner p, .indices-banner p, .why-salam-banner p, .markets-hours-banner p{
    max-width: 460px;
    font-weight: 400;
  }
  .pro-banner .btn, .prime-banner .btn, .executive-banner .btn, .cash-banner .btn, .forex-banner .btn,
  .commodities-banner .btn, .indices-banner .btn, .equities-banner .btn, .why-salam-banner .btn,
  .markets-hours-banner .btn{
    white-space: nowrap;
  }
  .marketsOver-banner h1{
    max-width: 474px;
  }
  .marketsOver-banner p{
    max-width: 495px;
  }
  .forex-banner .btn, .commodities-banner .btn, .indices-banner .btn,
  .equities-banner .btn, .why-salam-banner .btn, .markets-hours-banner .btn{
    max-width: fit-content;
  }
  .one-symbol-banner h1{
    max-width: 641px;
    line-height: 1.3;
  }
  .commodities-banner h1{
    max-width: 529px;
  }
  .equities-banner p{
    max-width: 497px;
  }
  .why-salam-banner h1{
    max-width: 508px;
  }
  
  .markets-hours-banner h1{
    max-width: 351px;
  }
  /* Banners End */

/* Counter++ */
.counter{
    font-weight: 900;
    font-size: 26px;
    color: #314678;
    line-height: 1.2;
    margin: 30px 5px 10px; 
}

.counter.first::before{
    content: '&lt;';
    padding: 5px;
}

.counter.first::after{
    content: 'MS';
    padding: 5px;
}

.counter.second::after{
    content: '+';
    padding: 5px;
}

.counter.third::before{
    content: '&gt;';
    padding: 5px;
}

p.content-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: #15203B;
}
/* Counter End */

/* AccountPlan swiper */
.mobile-swiper{
    display: none;
}
.swiper {
    width: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 20vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.accounts-with-unique .swiper-container .row{
    padding-top: 70px;
}

.swiper-slide{
    width: 100%;
}

.swiper-pagination.accountPlan{
    position: static;
    margin-top: 40px;
}

.swiper-backface-hidden .swiper-slide{
    padding: 0 30px;
}

.mobile-swiper .swiper-slide .swiper-btn{
    margin-top: 40px;
}
.mobile-swiper .swiper-slide .swiper-btn .col-12:nth-child(2){
    margin-top: 0 !important;
}
/* AccountPlan swiper End */


/* Last Edit */
.logo-bars .lang-icon, .fixed-header .nav-buttons .img-fixed{
    width: 22px !important;
    bottom: unset;
}

.title-caption-form .all-instruments-table{
	margin-bottom: 20px;
}
.title-caption-form a.view-list{
	font-size: 24px;
    font-weight: 700;
	text-decoration: underline;
	margin-bottom: 80px;
    text-transform: capitalize;
}
.title-caption-form tr&gt;td p{ 
    line-height: 2;
}

.about-commission{
	background: #F3F3F3;
    	opacity: 0.9;
    	padding: 90px 0;
}

.about-commission .about-number{
	border-right: 1px solid #dcd3cb;
}

.about-commission .item:last-child .about-number{
	border-right: 0;
}

.title-caption-form tr&gt;td p{
    margin: 0;
}

.title-caption-form .all-instruments-table a.view-list{
	font-size: 24px;
    	font-weight: 700;
    	text-decoration: underline;
	margin-bottom: 80px;
}

.title-caption-form tr&gt;td p{ 
    line-height: 2;
}

.how-trade-equities h2{
	margin-left: auto;
    margin-right: 0;
}

.bg-brown .border-x{ 
    border-right: 2px solid #FFFFFF;
    min-height: 55px;
}
.bg-brown .border-x:last-child{   
    border-right: 0;
}

.bg-brown-tow-cols .border-x {
    border-left: none;
    border-right: 2px solid #FFFFFF;
}

.bg-brown .border-x:last-child {
    border-right: 0;
}

.title-caption-form tr&gt;td a{
    color: #15203B;
    font-weight: 700;
}

.markets-trading-houres-form .title-caption-form tr&gt;td p{
	margin-bottom: 1rem;
}

.how-to-download .subtitle-yellow {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    text-transform: capitalize;
    text-decoration: underline;
}

.banner-text-with-img p, .bg-banner-text-with-img p {
    line-height: 1.3;
    
}



/* .riverprime-logo.lang-icon.respons-lang img{
    right: 18px;
    top: 6px;
} */

.lang-mega-respons{
    top: 50px;
    border-radius: 0px 0px 5px 5px;
    /* width: 85px; */
    text-align: center;
    right: -7px;
}

.lang-button-resposive{
    display: none;
}

.chart-unlock{
    position: relative;
    /* top: 75px; */
    /* left: -20px; */
    z-index: 2;
}

 .markets-can-you-trade .tradingview-widget-container{
    height: 300px !important;
 }
 .banner-card .btn{
    height: unset;
}
.forex-banner{
    position: relative;
    z-index: 11;
}

tbody, td, tfoot, th, thead, tr{
    border-style: unset;
}

.icon-black{
	display: none;
}

.logo-bars{
    padding: 0.5rem 0 0.5rem 10px;
}

.normal{
    display: none;
}

.section-direction:nth-of-type(even) .col-lg-6:first-child{
    display: flex;
    justify-content: end;
}
.navtop .navbar-toggler{
    padding: 25px 0 0 0;
}
.logo-bars {
    padding: 0.5rem 8px 0.5rem 10px;
}

.mega-menu-small-one-column .list-group-flush{
    flex-direction: unset;
}

.mega-menu-small-one-column .list-group-flush a img{
    width: 20px;
    bottom: unset;
}

.mega-menu-small-one-column .list-group-flush div:first-child{
    display: flex;
    align-items: center;
}
.mega-menu-small-one-column a{
    padding: 0 5px 4px 5px;
}

.title-caption-form .flex-end.me-4 a p{
    color: #C19D60;
    }

.what-will-you h2{
        text-align: start;
}

.how-to-download a.btn{
    max-width: unset;
}
.open-account{
    min-height: 100px;
    margin: 0;
    flex-direction: column;
}

.how-to-download div.pc-img+p{
    min-height: 97px;
}

.how-to-download .subtitle.d-inline-block{
    padding: 10px 0;
}

.select-check h3, .total-rebate label, .education .cards-title,
 .FAQ .accordion-body p, .how-to-download .text-white, .bg-brown p,
  .banner-card p, .absolute-banner-content .absolute-unlock p, .how-trade-equities p,
   p.founder, .Salam-Investment-Story p, .FAQ .accordion-body ul li, p.content-text,
    .swiper-slide .subtitle, .bg-brown h5, .bg-blue-color a{
	line-height: 1.3;
}

.table-note{
    font-weight: 400;
    font-size: 14px;
    color: #C19D60;
}
.FAQ .accordion-body ul li{
    list-style: url('../icon/faq-arrow-en.png');
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.header-info p{
    color: #C19D60;
}

.about-regulation p{
    font-size: 20px;
    font-weight: 500;
}

.industry-leading .subtitle, .InvestmentsTeam p.title, .deposit .subtitle{
    font-size: 24px;
    margin-top: 12px;
}

.trade .btn{
    margin: 0;
}
.Advantages-of-Trading-With-Salam-Investements ul li, .why-trade ul li{
    font-size: 20px;
}

.forex-all-table2 table.dataTable.display tbody tr td,
.forex-all-table2 table.dataTable.display tbody tr td a{
    font-weight: 500;
}

.forex-all-table2 table.dataTable.display tbody tr td:first-child,
.forex-all-table2 table.dataTable.display tbody tr td:first-child a,
.forex-all-table2.bold-normal-style table.dataTable.display tbody tr td,
.forex-all-table2.bold-normal-style table.dataTable.display tbody tr td a{
    font-weight: 700;
}

table.dataTable.display tbody tr td:nth-child(2),
 table.dataTable.display tbody tr td:nth-child(4),
  table.dataTable.display tbody tr td:nth-child(6),
   table.dataTable.display tbody tr td:nth-child(2) a,
    table.dataTable.display tbody tr td:nth-child(4) a,
     table.dataTable.display tbody tr td:nth-child(6) a,
     .forex-all-table2.bold-normal-style table.dataTable.display tbody tr td:nth-child(2),
     .forex-all-table2.bold-normal-style table.dataTable.display tbody tr td:nth-child(4),
     .forex-all-table2.bold-normal-style table.dataTable.display tbody tr td:nth-child(6),
     .forex-all-table2.bold-normal-style table.dataTable.display tbody tr td:nth-child(2) a,
     .forex-all-table2.bold-normal-style table.dataTable.display tbody tr td:nth-child(4) a,
     .forex-all-table2.bold-normal-style table.dataTable.display tbody tr td:nth-child(6) a{
    font-weight: 500;
}

.img-text-towCol h2.text-black{
    font-size: 54px;
}

.FAQ .accordion-body ul li p{
    padding: 0 !important;
}

.FAQ .accordion-body ul{
    padding-right: 40px;
    padding-left: 70px;
}

.contactUs h2{
    font-weight: 700;
}

.FAQ .accordion-body ol li p{
    padding-left: unset;
}

/* .title-caption-form table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr:nth-child(odd)&gt;td.child{
	background-color: rgb(242 234 222) !important;
} */
/* table.dataTable&gt;tbody&gt;tr:nth-child(odd).child ul.dtr-details&gt;li{
    border-bottom: 1px solid #d7d5d5;
}
table.dataTable&gt;tbody&gt;tr:nth-child(odd).child ul.dtr-details&gt;li:last-child{
    border-bottom: none;
} */

.contact-table table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role="row"]&gt;td:first-child{
    padding: 9px 15px 15px 32px !important;
}

.contact-table table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role="row"]&gt;td:first-child:before{
    line-height: 17px;
}

.hover-img:hover img:first-child{
    display: none;
}

.hover-img:hover img:nth-child(2){
    display: block !important;
    margin: auto;
}