
/* home page css */
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px !important;
    }
}  

body, html {
    margin: 0;
    border: 0;
    padding: 0;
    min-height: 100%;
    max-height: 100%;
    font-family: "Montserrat", sans-serif !important;
    background: #ffffff;
    text-align: left;
}
body p {
    margin-bottom: 10px;
}
p{
    font-size: 16px;
    font-weight: 500;
    color: #18263A;
}
.hidden-xs{
    display: block;
}
.visible-xs{
    display: none !important;
}
.normal-para-font {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.51;
    letter-spacing: normal;
    text-align: left;
    color: #132A4A;
}
.sub-title{
    font-weight: 200;
}
.head-logo{
    width: 237px;
    height: auto;
}
.head-pad{
    padding-top: 50px;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
}
.sub-herotitle{
    color: #E06003;
    font-size: 26.2px;
    margin-bottom: 32px;
}
#hero-background{
    background-image: url('/addex-assets/HeroBgd_Desktop.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.head-contact{
    margin-top: 20px;
    text-decoration: none;
    color: #18263A;
    font-weight: 500;
}
.btn:hover{
    background-color: #E06003 !important;
}
#hero-section{
    padding-bottom: 60px;
}
.hero-container {
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 102px;
}
.bullet-font{
    padding-left: 6.5px;
    margin-bottom: 0px;
    line-height: 0px;
}
.bullet-span{
    display: inline-flex;
    padding-bottom: 15px;
    align-items: center;
}
.bullet-span img{
    max-width: 21px ;
}
.content{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.bullet-div{
    margin-bottom: 50px;
}
.contact-us:hover{
    border-color:#E06003 !important;
}
.herotitle{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 38px;
    text-align: left;
    color: #18263A;
    padding: 73px 0px 0px 0px;
    line-height: 45px;
    margin-bottom: 5px;
}
.heroimage{
    width: 100%;
    height: auto;
    margin-top: 26px;
}
#help-you-grow{
    padding-top:75px;
    padding-bottom:82px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#address{
    padding-top: 64px;
    padding-bottom: 54px;
    background-color: #D1E5F7;
}
.main-logo{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
#help-you-grow .r1{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-bottom: 54px;
}
#help-you-grow .section-title{
    margin-bottom: 25px;
}
.icon-img{
    height: auto;
    width: 82px;
    margin-bottom: 10px;
}
.icon-title{
    font-size: 25px;
    font-weight: 640;
    line-height: initial;
}
.text-aligncenter{
    text-align: center;
} 
.fourth-section-heads {
    font-size: 34px;
    line-height: 43px;
    background-color: #132A4A;
    opacity: 0.6;
    font-weight: 600;
    text-align: left;
    padding-left: 10px;
}
.btn.contact-us{
    background-color: #E06003;
    border-color: #E06003;
    width: 168px;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 0.395rem 0.75rem;
}
.h1-font{
    font-size: 32px;
    font-weight: 650;
    text-align: center;
    margin-bottom: 0px;
}
.justify-center{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.address{
    margin-bottom: 16px;
}
.email a{ 
    text-decoration: none;
    color: #18263A;
}
@media screen and (min-width:679px) and (max-width:991px) {
    .footer__bottom.footerp .row {
        display: flex;
        margin-top: 5%;
    }

    .footer__bottom.footerp .row .col-md-6 {
        width: 50%;
    }

    .footer__social a {
        margin-left: 5px !important;
    }

    .footer__main__wrap__right .footer__social img {
        max-width: 80%;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .col-md-12.mobile-socials .mob-socila a span img {
        margin-left: 10px;
        max-width: 80%;
    }

    .mob-para a[aria-expanded="true"]::after {
        float: right !important;
        content: "\f078";
        padding-right: 5px;
        color: #454545;
        font-weight: 100;
        height: 10px;
        font-size: 14px;
        padding-top: 7px;
    }

    .mob-para a::after {
        float: right !important;
        font-family: 'FontAwesome';
        content: "\f054";
        padding-right: 5px;
        color: #454545;
        font-weight: 100;
        height: 10px;
        font-size: 14px;
        padding-top: 7px;
    }

    p.mob-para {
        border-bottom: 1px solid rgb(73 73 73 / 10%);
        text-decoration: none;
    }

    .mob-contact-info {
        font-weight: 600;
        color: #00beff;
        font-size: 16px;
        padding-left: 10px;
        font-family: 'EuclidSquareRegular' !important;
        text-decoration: none;
    }

    .footer__bottom {
        border: none;
        padding-top: 0px;
    }

    .input-icon {
        right: 13px !important;
    }

    .form-select {
        height: 32px;
        font-size: 14px;
        font-weight: 700;
        border: 1px solid #7c989f;
        border-radius: 0 10px 10px 10px;
        outline: none;
        box-shadow: unset;
        background: #fff;
    }

    .form-select {
        width: 100%;
    }

    .col-md-12.last-p {
        padding-top: 0px;
        text-align: left;
        color: #132A4A;
        font-size: 13px;
    }

    .a-mobmenu {
        color: #132A4A !important;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none;
    }

    .footermenu ul li a {
        color: #919191 !important;
        transition: .3s;
        font-size: 16px;
        font-weight: 400;
    }
}



/* mobile version */

@media only screen and (max-width: 768px) {
    .hidden-xs{
        display: none !important;
    }
    .visible-xs{
        display: block !important;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
        line-height: 1.1;
    }
    .bullet-span{
        padding-bottom: 10px;
    }
    .bullet-div {
        margin-bottom: 38px;
    }
    .hero-container{
        height: 845px;
    }
    #hero-background{
        background-image: url(/addex-assets/HeroBgd_Mobile.jpg);
    }
    .sub-title{
        font-size: 20px;
        line-height: 27px;
        font-weight: 350;
    }
    .visible-xs .icon-title{
        font-size: 22px;
        line-height: initial;
    }
    .icon-title{
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px !important;
    }
    #address{
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .icon-img{
        width: 84px;
    }
    .carousel-item-next, .carousel-item-prev, .carousel-item.active{
        display: inline-flex !important; 
       
    }
    .carousel-control-next-icon{
        background-image: url(/addex-assets/RightArrow.svg) !important;
        background-repeat: no-repeat !important;
        background-size: 16px !important;
    }
    .carousel-control-prev-icon{
        background-image: url(/addex-assets/LeftArrow.svg) !important;
        background-repeat: no-repeat !important;
        background-size: 16px !important;
    }
    .carousel-control-prev, .carousel-control-next{
        width: 6% !important;
    }
    .herotitle{
        font-size: 25px;
        line-height: 35px;
        font-weight: 650;
        padding: 45px 0px 0px 0px;
        margin-bottom: 5px;
    }
    .sub-herotitle{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .bullet-span img{
        max-width: 17px ;
    }
    p {
        font-size: 14px;
    }
    .container-fluid{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .container{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .head-pad{
        padding-top: 33.99px;
    }
    .head-logo{ 
        width: 150.47px;
        height: auto;
    }
    .btn.contact-us{
        width: 178.4px;
        font-size: 14px;
        font-weight: 570;
        padding: 0.555rem 0.75rem;
    }
    .heroimage{
        margin-top: 55px;
    }
    .head-formgroup .row{
        display: flex;
        flex-direction: column;
    }
    #hero-background{
        background-size: cover;
        background-repeat: no-repeat;
    }
    #help-you-grow{
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .h1-font{
        font-size: 25px;
        line-height: 35px;
        text-align: left;
    }
    #help-you-grow .row{
        text-align: center;
    }
    
    .icon-img{
        margin: 5px 0px;
    }
    #help-you-grow .r1{
        padding-bottom: 40px;
    }
    .Tighter-spreads-section{
        padding-top: 80px !important;
        padding-bottom: 65px !important;
        padding: 0; 
        border-radius: 0px;
    }
    .mobile-pic{
        position: initial;
        margin-top: 40px;
    }
    #help-you-grow .section-title{
        margin-bottom: 36px;
    }
    .Tradingapp-section{
        padding-top: 20px !important;
        padding-bottom: 50px !important;
        padding: 0 40px;
        height: 455px;
    }
    #section3-boxes .right-card{
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 35px;
    }
    #section3-boxes{
        padding-bottom: 45px;
    }
    #section4-Footerform input[type="text"]{
        width: 85%;
    }
    
}