﻿.main-style {
    font-size: 17px;
    line-height: 2.75rem;
    color: black;
    font-weight: 500;
    margin-top: 64px;
    margin-bottom: 25%;
}

    .main-style h1 {
        color: white;
        font-weight: 600;
        padding-left: 50px;
        position: absolute;
        width: 50%;
        letter-spacing: 1.5px;
        margin-top: -17%;
        line-height: 50px;
    }

.main-img {
    position: absolute;
    top: 26px;
    right: 27px;
    width: 65%;
    margin: 50px;
    margin-right: -100px;
    margin-top: 28px;
}

.TopHeader {
    position: relative;
    left: 0;
    top: 0;
}

.docim {
    float: left;
    margin-right: -31px;
}

.sen {
    margin-left: 12%;
}

.docim1 {
    float: left;
    margin-left: 45px;
    margin-top: -20px;
    margin-right: -15px;
}
.collapsible {
    
    color: #444;
    cursor: pointer;
  
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    background-color:white;
    
}



.tea:focus {
    outline: 2px solid black;
}

   .collapse {
    display: none;
      }

    .bluetext span {
        /*color: #9cbacb;*/
        font-weight:600;
    }

.docim2 {
    float: left;
    margin-left: 45px;
    margin-top: 17px;
    margin-right: -15px;
}

p, ul {
    margin: 0 0 10px;
    font-size: 110%;
    line-height: 1.4;
    font-weight: 500;
}

li {
    display: list-item;
}
.doc1 :hover {
    background-color: white;
}

.doc2 :hover {
    background-color: white;
}

.collapsible::after {
    content: '\23F7';
    margin-top: -51px;
    margin-right: 9px;
}
.collapsible:after {
    content: '\23F7';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active::after {
    content: '\23F6';
}

.active1::after {
    content: '\23F6';
} 

@media only screen and (max-width:1220px) {
   .main-style h1 {
    color: white;
    font-weight: 400;
    padding-left: 42px;
    position: absolute;
    width: 93%;
    letter-spacing: 1.5px;
    margin-top: -30%;
    line-height: 50px;
}
.main-img {
    position: absolute;
    top: 33px;
    right: 27px;
    width: 55%;
    margin: 50px;
    margin-right: -18px;
    margin-top: 28px;
}
}

     
