body {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

.img-section img {
    height: 100%;
}

.img-section {
    position: absolute;
    left: auto;
    overflow: hidden;
    right: 0;
    text-align: right;
    top: 0;
    height: 100vh;    padding-bottom: 50px; padding-right: 0; padding-left: 0;
}

.left-img {
    background: url(../img/left-img.jpg) no-repeat;
    background-position: top right;
    height: 100vh;
}

footer {
    background: #DDDDDD;
    padding: 15px 0;
    z-index: 1;
    font-size: 14px;
    color: #707070;
}

.height-full {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.height-full section,
.height-full .container,
.height-full .row,
.f-height {
    height: 100%;
}

a {
    color: #8098A8
}

a:hover {
    color: #254062
}

.usa-address {
    padding-right: 50px;
    border-right: 1px solid #8098A8;
    margin-right: 50px;
}

.mail-link {
    margin-top: 30px;
}

.anchor-link {
    margin-bottom: 30px;
    text-align: center;
    color: #254062;
    cursor: pointer
}

.anchor-link a {
    color: #254062;
}

.logo-div {
    margin-top: 50px;
}
.logo-div img{width: 500px;}

.justify-content-evenly {
    justify-content: space-evenly
}

.arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #254062;
    border-right: 1px solid #254062;
}

.arrow-bottom {
    transform: rotate(135deg);
}

.arrow-up {
    transform: rotate(-45deg);
}


.height-full.hidden {
    display: none
}

/*up part css*/

#up-part {
    position: relative;
    -webkit-animation: floatBubble 1s normal ease-in;
    animation: floatBubble s normal ease-in;
    display: none
}

#up-part.show {
    display: block
}

@-webkit-keyframes floatBubble {
    0% {
        top: 500px;
    }

    100% {
        top: 0px;
    }
}

@keyframes floatBubble {
    0% {
        top: 500px;
    }

    100% {
        top: 0px;
    }
}

.logo-p {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.16);
}

.logo-p img {
    width: 400px;
}

.collapsed .arrow-up {
    transform: rotate(135deg);
}

.card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.card.last {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.btn-link {
    padding-left: 0;
    padding-right: 0 font-weight: 500;
    color: #707070;

    font-size: 17px;
}

.btn-link:hover,
.btn-link:focus,
.btn-link.focus {
    color: #707070;
    text-decoration: none;

}

.card-header {
    background: #fff;
    border-radius: 0;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 0;
}

.card:nth-child(2) {
    border-bottom: 0;

}

button.btn.btn-link.btn-block.text-left {
    padding-right: 20px;
}

.accordion .arrow {
    margin-right: -20px;
    float: right;
    border-color: #5E5D5C;
}

.card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

.common-content h1 {
    font-size: 24px;
    color: #254062;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

.common-content p,
.common-content li {
    color: #707070;
    font-weight: 300;
    font-size: 16px;
}
.common-content p.small{font-size: 14px;}
.add-section.common-content p{ font-size: 20px;}
.common-content ul {
    margin-left: 0;
    padding-left: 0;
}

.common-content li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.common-content li:before {
    position: absolute;
    width: 0;
    content: '';
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #2C3B4B;
    border-bottom: 5px solid transparent;
    left: 0;
    top: 17px;
}

.common-content p a {
    font-weight: 600
}

.accordion {
    margin-top: 60px;
    margin-bottom: 30px;
}
 .mail-link a{font-size: 20px}
/*mobile css start here*/


@media screen and (max-width: 900px) and (min-width: 767px) {
    .container {
        max-width: 90%;
    }
}

` @media (min-width: 768px) {
    .container {
        max-width: 90%;
    }
}

/*
@media (min-width: 1500px) {

    .container {
        max-width: 1400px;
    }
}
*/


@media (max-width: 576px) {
    .container {
        max-width: 90%;
    }

    .img-section {
        /*        position: relative;*/
        left: 0;
        overflow: hidden;
        right: 0;
        text-align: right;
        top: 0;
        height: 170px;
        right: 0;
        padding: 0;
    }

    .img-section img {
        height: auto;
        width: 100%
    }
  .logo-div {

    margin-top: 30px; margin-bottom: 30px;
}
    .mobile-img { width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: 170px;
 
 left: 50%;}
       .mobile-img img{width: 100%;  height: 170px;}
    .logo-div img{margin-bottom: 30px; }
.d-flex.flex-column.f-height.justify-content-around{justify-content: flex-start !important; }
}.add-section.common-content{    margin-top: 40px;}

@media (max-width: 767px) {

    .btn-link {
        white-space: normal;
        position: relative;
    }

    .accordion .arrow {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .collapsed .arrow-up {
        top: 10px;
    }



  
    .usa-address {
        padding-bottom: 30px;
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #8098A8;
        margin-bottom: 30px;
        border-right: 0;
    }

    .common-content h1 {
        font-size: 20px;
    }

    .mail-link {
        margin-bottom: 30px;
    }

.add-section.common-content p, .mail-link a{font-size: 18px;}
   

    footer {
        font-size: 14px;
    }
    footer .d-flex .d-flex{margin: 0 auto}

    .add-section p {
        margin-bottom: 0
    }
}
@media screen and (max-width: 991px) and (min-width: 576px)
{
	.container {
    max-width:  calc(100% - 30px);

}
}

@media (max-width: 392px) {
	footer {
    font-size: 11px;
}}
@media (max-width: 320px) {
div#btn-up {padding-right: 10px; padding-left:10px; }
}

@media (min-width: 1200px) {


.justify-content-around{    justify-content: center !important;}
.logo-div{margin-bottom: 150px }

}