﻿.container-box-menu{
    /*margin: 10px;*/
    float:none;
    margin: 10px auto;
}
/* two color blue section */
.box-menu-type-two-color-blue{
    width: 100%; 
    height: 350px; 
    background-color: rgba(255,255,255,1.0);

    margin-top: 15px;
    margin-bottom: 15px;

    text-align: center;

    color: rgba(0,0,0,1.0);

    padding: 30px;
}
.box-menu-type-two-color-blue span{
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-menu-type-two-color-blue h1{
    font-size: 25px;
    margin-top: 18px;
    margin-bottom: 18px;
}
@media (min-width: 768px) {
    .box-menu-type-two-color-blue h1{
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.box-menu-type-two-color-blue h6{
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: rgba(196, 196, 196, 1.0);
    height: 85px;
}
.box-menu-type-two-color-blue a{
    color: rgba(0,0,0,1.0);
    font-weight: 500;
}
/* End */
/* two color black section */
.box-menu-type-two-color-black{
    width: 100%; 
    height: 350px; 
    background-color: rgba(255,255,255,1.0);

    margin-top: 15px;
    margin-bottom: 15px;

    text-align: center;

    color: rgba(0,0,0,1.0);

    padding: 30px;
}
.box-menu-type-two-color-black span{
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-menu-type-two-color-black h1{
    font-size: 25px;
    margin-top: 18px;
    margin-bottom: 18px;
}
@media (min-width: 768px) {
    .box-menu-type-two-color-black h1{
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.box-menu-type-two-color-black h6{
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: rgba(196, 196, 196, 1.0);
    height: 85px;
}
.box-menu-type-two-color-black a{
    color: rgba(0,0,0,1.0);
    font-weight: 500;
}
/* End */
/* two color brown section */
.box-menu-type-two-color-brown{
    width: 100%; 
    height: 350px; 
    background-color: rgba(255,255,255,1.0);

    margin-top: 15px;
    margin-bottom: 15px;

    text-align: center;

    color: rgba(0,0,0,1.0);

    padding: 30px;
}
.box-menu-type-two-color-brown span{
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-menu-type-two-color-brown h1{
    font-size: 25px;
    margin-top: 18px;
    margin-bottom: 18px;
}
@media (min-width: 768px) {
    .box-menu-type-two-color-brown h1{
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.box-menu-type-two-color-brown h6{
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: rgba(196, 196, 196, 1.0);
    height: 85px;
}
.box-menu-type-two-color-brown a{
    color: rgba(0,0,0,1.0);
    font-weight: 500;
}
/* End */
/* two color pink section */
.box-menu-type-two-color-pink{
    width: 100%; 
    height: 350px; 
    background-color: rgba(255,255,255,1.0);

    margin-top: 15px;
    margin-bottom: 15px;

    text-align: center;

    color: rgba(0,0,0,1.0);

    padding: 30px;
}
.box-menu-type-two-color-pink span{
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-menu-type-two-color-pink h1{
    font-size: 25px;
    margin-top: 18px;
    margin-bottom: 18px;
}
@media (min-width: 768px) {
    .box-menu-type-two-color-pink h1{
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.box-menu-type-two-color-pink h6{
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: rgba(196, 196, 196, 1.0);
    height: 85px;
}
.box-menu-type-two-color-pink a{
    color: rgba(0,0,0,1.0);
    font-weight: 500;
}
/* End */
/* menu button color blue section */
.box-menu-type-button-color-blue{
    background-color: #f8f8f8;
    border-radius: 5px;
    width: 230px;
    height: 300px;
    margin: 40px 0px;
    align-items: center;
    text-align: center;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    
    box-shadow: 0px 6px 0px -1px #E5E6E6;
    -webkit-box-shadow: 0px 6px 0px -1px #E5E6E6;
    -moz-box-shadow: 0px 6px 0px -1px #E5E6E6;
}
.box-menu-type-button-color-blue:hover,
.box-menu-type-button-color-blue:focus{
    box-shadow: 0px 0px 8px 2px #aaaaaa;
    -webkit-box-shadow: 0px 0px 8px 2px #aaaaaa;
    -moz-box-shadow: 0px 0px 8px 2px #aaaaaa;
}
.box-menu-type-button-color-blue img{
    width: 170px;
    height: 70px;
    margin: 14px 0;
    /*position: 50 50;*/
}
.box-menu-type-button-color-blue span{
    font-size: 60px;
    margin: 18px 0px;
}
.box-menu-type-button-color-blue h1{
    margin: 5px 0px;
    font-weight: 600;
    font-size: 14px;
    color: rgba(59, 164, 221, 1.0);
}
.box-menu-type-button-color-blue h6{
    margin: 20px 25px;
    line-height: 180%;
    font-weight: 600;
    font-size: 11px;
    color: rgba(0, 0, 0, 1.0);
    overflow-y: auto;
    height: 120px;
}
.box-menu-type-button-color-blue button{
    position: relative;
    background-color: #3ba4dd;
    color: #fff;
    font-size: 10px;
    font-weight: 600;

    padding: 15px 60px;
    border-radius: 5px;
    border: 2px solid rgba(102, 129, 158,1.0);
}
.box-menu-type-button-color-blue button:focus,
.box-menu-type-button-color-blue button:hover{
    background-color: #fff;
    color: #3ba4dd;
}
/* end */
/* menu button color black section */
.box-menu-type-button-color-black{
    background-color: #f8f8f8;
    border-radius: 5px;
    width: 230px;
    height: 300px;
    margin: 40px 0px;
    align-items: center;
    text-align: center;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    
    box-shadow: 0px 6px 0px -1px #E5E6E6;
    -webkit-box-shadow: 0px 6px 0px -1px #E5E6E6;
    -moz-box-shadow: 0px 6px 0px -1px #E5E6E6;
}
.box-menu-type-button-color-black:hover,
.box-menu-type-button-color-black:focus{
    box-shadow: 0px 0px 8px 2px #aaaaaa;
    -webkit-box-shadow: 0px 0px 8px 2px #aaaaaa;
    -moz-box-shadow: 0px 0px 8px 2px #aaaaaa;
}
.box-menu-type-button-color-black img{
    width: 170px;
    height: 70px;
    margin: 14px 0;
    /*position: 50 50;*/
}
.box-menu-type-button-color-black span{
    font-size: 60px;
    margin: 18px 0px;
}
.box-menu-type-button-color-black h1{
    margin: 5px 0px;
    font-weight: 600;
    font-size: 14px;
    color: rgba(59, 164, 221, 1.0);
}
.box-menu-type-button-color-black h6{
    margin: 20px 25px;
    line-height: 180%;
    font-weight: 600;
    font-size: 11px;
    color: rgba(0, 0, 0, 1.0);
    overflow-y: auto;
    height: 120px;
}
.box-menu-type-button-color-black button{
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 600;

    padding: 15px 60px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0,1.0);
}
.box-menu-type-button-color-black button:focus,
.box-menu-type-button-color-black button:hover{
    background-color: #fff;
    color: rgba(0, 0, 0,1.0);
}
/* end */
/* menu button color red section */
.box-menu-type-button-color-red{
    background-color: #f8f8f8;
    border-radius: 5px;
    width: 230px;
    height: 300px;
    margin: 40px 0px;
    align-items: center;
    text-align: center;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    
    box-shadow: 0px 6px 0px -1px #E5E6E6;
    -webkit-box-shadow: 0px 6px 0px -1px #E5E6E6;
    -moz-box-shadow: 0px 6px 0px -1px #E5E6E6;
}
.box-menu-type-button-color-red:hover,
.box-menu-type-button-color-red:focus{
    box-shadow: 0px 0px 8px 2px #aaaaaa;
    -webkit-box-shadow: 0px 0px 8px 2px #aaaaaa;
    -moz-box-shadow: 0px 0px 8px 2px #aaaaaa;
}
.box-menu-type-button-color-red img{
    width: 170px;
    height: 70px;
    margin: 14px 0;
    /*position: 50 50;*/
}
.box-menu-type-button-color-red span{
    font-size: 60px;
    margin: 18px 0px;
}
.box-menu-type-button-color-red h1{
    margin: 5px 0px;
    font-weight: 600;
    font-size: 14px;
    color: rgba(202, 63, 63, 1.0);
}
.box-menu-type-button-color-red h6{
    margin: 20px 25px;
    line-height: 180%;
    font-weight: 600;
    font-size: 11px;
    color: rgba(0, 0, 0, 1.0);
    overflow-y: auto;
    height: 120px;
}
.box-menu-type-button-color-red button{
    position: relative;
    background-color: #ca3f3f;
    color: #fff;
    font-size: 10px;
    font-weight: 600;

    padding: 15px 60px;
    border-radius: 5px;
    border: 2px solid rgba(236, 33, 33,1.0);
}
.box-menu-type-button-color-red button:focus,
.box-menu-type-button-color-red button:hover{
    background-color: #fff;
    color: #ca3f3f;
}
/* end */
/* menu button color brown section */
.box-menu-type-button-color-brown{
    background-color: #f8f8f8;
    border-radius: 5px;
    width: 230px;
    height: 300px;
    margin: 40px 0px;
    align-items: center;
    text-align: center;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    
    box-shadow: 0px 6px 0px -1px #E5E6E6;
    -webkit-box-shadow: 0px 6px 0px -1px #E5E6E6;
    -moz-box-shadow: 0px 6px 0px -1px #E5E6E6;
}
.box-menu-type-button-color-brown:hover,
.box-menu-type-button-color-brown:focus{
    box-shadow: 0px 0px 8px 2px #aaaaaa;
    -webkit-box-shadow: 0px 0px 8px 2px #aaaaaa;
    -moz-box-shadow: 0px 0px 8px 2px #aaaaaa;
}
.box-menu-type-button-color-brown img{
    width: 170px;
    height: 70px;
    margin: 14px 0;
    /*position: 50 50;*/
}
.box-menu-type-button-color-brown span{
    font-size: 60px;
    margin: 18px 0px;
}
.box-menu-type-button-color-brown h1{
    margin: 5px 0px;
    font-weight: 600;
    font-size: 14px;
    color: rgba(103, 62, 36, 1.0);
}
.box-menu-type-button-color-brown h6{
    margin: 20px 25px;
    line-height: 180%;
    font-weight: 600;
    font-size: 11px;
    color: rgba(0, 0, 0, 1.0);
    overflow-y: auto;
    height: 120px;
}
.box-menu-type-button-color-brown button{
    position: relative;
    background-color: #3b2314;
    color: #fff;
    font-size: 10px;
    font-weight: 600;

    padding: 15px 60px;
    border-radius: 5px;
    border: 2px solid rgba(46, 15, 12,1.0);
}
.box-menu-type-button-color-brown button:focus,
.box-menu-type-button-color-brown button:hover{
    background-color: #fff;
    color: #3b2314;
}
/* end */
/* menu button color pink section */
.box-menu-type-button-color-pink{
    background-color: #f8f8f8;
    border-radius: 5px;
    width: 230px;
    height: 300px;
    margin: 40px 0px;
    align-items: center;
    text-align: center;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    
    box-shadow: 0px 6px 0px -1px #E5E6E6;
    -webkit-box-shadow: 0px 6px 0px -1px #E5E6E6;
    -moz-box-shadow: 0px 6px 0px -1px #E5E6E6;
}
.box-menu-type-button-color-pink:hover,
.box-menu-type-button-color-pink:focus{
    box-shadow: 0px 0px 8px 2px #aaaaaa;
    -webkit-box-shadow: 0px 0px 8px 2px #aaaaaa;
    -moz-box-shadow: 0px 0px 8px 2px #aaaaaa;
}
.box-menu-type-button-color-pink img{
    width: 170px;
    height: 70px;
    margin: 14px 0;
    /*position: 50 50;*/
}
.box-menu-type-button-color-pink span{
    font-size: 60px;
    margin: 18px 0px;
}
.box-menu-type-button-color-pink h1{
    margin: 5px 0px;
    font-weight: 600;
    font-size: 14px;
    color: rgba(242, 121, 100, 1.0);
}
.box-menu-type-button-color-pink h6{
    margin: 20px 25px;
    line-height: 180%;
    font-weight: 600;
    font-size: 11px;
    color: rgba(0, 0, 0, 1.0);
    overflow-y: auto;
    height: 120px;
}
.box-menu-type-button-color-pink button{
    position: relative;
    background-color: #f27964;
    color: #fff;
    font-size: 10px;
    font-weight: 600;

    padding: 15px 60px;
    border-radius: 5px;
    border: 2px solid rgba(238, 92, 66,1.0);
}
.box-menu-type-button-color-pink button:focus,
.box-menu-type-button-color-pink button:hover{
    background-color: #fff;
    color: #f27964;
}
/* end */

/* image contents right-way arrow  */
.box-menu-type-img-right-button {
    margin: 100px 0px;
    height: 500px;
}
@media (min-width: 1024px) {
    .box-menu-type-img-right-button {
        margin: 25px 0px;
        height: 100%;
    }
}

.box-menu-type-img-right-button-symbol-img{
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    background-size: cover;
    -webkit-transition: background-position 0.4s; /* For Safari 3.1 to 6.0 */
    transition: background-position 0.4s; /* For Safari 3.1 to 6.0 */
    background-position: 50% 50%;
}
.box-menu-type-img-right-button-symbol-img:focus,
.box-menu-type-img-right-button-symbol-img:hover {
    background-position: 70% 50%;
}
.box-menu-type-img-right-button-symbol-img-gradient{
    width: 100%;
    height: 380px;
    -webkit-transition: background-color 0.4s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.4s; /* For Safari 3.1 to 6.0 */
    background-color: rgba(255, 255, 255, .0);
}
.box-menu-type-img-right-button-symbol-img-gradient:focus,
.box-menu-type-img-right-button-symbol-img-gradient:hover {
    background-color: rgba(255, 255, 255, .3);
}
.box-menu-type-img-right-button-contents-body{
    background-color: black;
    width: 100%;
    height: 140px;
}
@media (min-width: 1366px){
    .box-menu-type-img-right-button-contents-body{
        background-color: black;
        width: 100%;
        height: 140px;
    }
}
.box-menu-type-img-right-button-contents-left{
    float: left;
    width: 85%;
    height: 100%;
    background-color: #f8f8f8;
}
.box-menu-type-img-right-button-contents-left p{
    color: #000;
    text-align: left;
    padding: 0px 30px;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-menu-type-img-right-button-contents-right{
    float: left;
    width: 15%;
    height: 100%;
    /*background-color: #1b75bb;*/
    background-color: rgba(27, 117, 187, 1.0);
}
.box-menu-type-img-right-button-contents-right:focus,
.box-menu-type-img-right-button-contents-right:hover {
    background-color: rgba(0, 0, 0, 1.0);
}
.box-menu-type-img-right-button-contents-right span{
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
    font-size: 40px;
    font-weight: 100;

    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* end */

/* Brick Css Start */

.box-menu-brick-red {
    width: 100%;
    height: 150px;
    background-color: rgba(100,17,26, 1.0);
}
.box-menu-brick-red-text{
    color: rgba(222, 187, 169, 1.0);
    font-size: 17px;
    text-align: left;
    padding: 0px 10px;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-menu-brick-red-text span{
    font-size: 15px;
    cursor: pointer;
    color: rgba(238,43,123, 1.0);
}
.box-menu-brick-red-text span:hover{ 
    color: rgba(222, 187, 169, 1.0);
}
@media (min-width: 768px){
    .box-menu-brick-red {
        width: 100%;
        height: 200px;
        background-color: rgba(100,17,26, 1.0);
    }
    .box-menu-brick-red-text{
        color: rgba(222, 187, 169, 1.0);
        font-size: 30px;
        text-align: left;
        padding: 0px 30px;
        position: relative;
        float: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .box-menu-brick-red-text span{
        font-size: 20px;
        cursor: pointer;
        color: rgba(238,43,123, 1.0);
    }
    .box-menu-brick-red-text span:hover{
        color: rgba(222, 187, 169, 1.0);
    }
}

/* Brick Css End */

/* top image bottom contents start */

.box-menu-image-contents-body {
    width: 100%;
    height: 100%;
}
.box-menu-image-contents-body-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.box-menu-image-contents-body-img img {
    width: 100%;
    height: 100%;
}
.box-menu-image-contents-body-zoom:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.box-menu-image-contents-body-zoom{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
}
.box-menu-image-contents-body-text {
    width: 100%;
    height: 200px;
    text-align: center;
    overflow: hidden;
}
.box-menu-image-contents-body-text a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    padding:0px;
    margin:0px;
    line-height: 100%;
}
.box-menu-image-contents-body-text a:hover {
    color: #000;
}
.box-menu-image-contents-body-text h1 {
    padding:0px;
    margin:0px;
    font-size: 35px;
    line-height: 130%;
    padding-top: 40px;
    padding-bottom: 20px;
}
.box-menu-image-contents-body-text p {
    padding:0px;
    margin:0px;
    font-size: 18px;
    color: #fff;
    line-height: 100%;
}
.light-pink{
    background-color: rgba(222,187,169,1.0);
}
.dark-pink{
    background-color: rgba(205,149,125,1.0);
}
/* top picture bottom contents end */

/* backgrond image contents start */
.box-menu-background-image{
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50% 90%;

    /*position: relative;*/

    -moz-transition: background-position 0.5s;
    -webkit-transition: background-position 0.5s;
    transition: background-position 0.5s;

    
    /*background-attachment: fixed;*/
    background-size: cover;
    width: 100%;
    height: 500px;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.box-menu-background-image:hover,
.box-menu-background-image:focus
{
    -webkit-transform: scale(1.0, 1.05);
    -moz-transform: scale(1.0, 1.05);
    -o-transform: scale(1.0, 1.05);
    transform: scale(1.0, 1.05);
}
/* backgrond image contents end */

@media (min-width: 1366px){
    .box-menu-background-image{
        background-image: url();
        background-position: 50% 50%;
    }
}
/* blank block box start */
.blank-block-box{
    width: 100%;
    height: 95px;
    background-color: rgba(0,0,0,0.0);
} 
@media (min-width: 1366px){
    .blank-block-box{
        width: 100%;
        height: 175px;
        background-color: rgba(0,0,0,0.0);
    }
}
.box-color-navy {

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #7c8a9a 0%, #4B7794 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #7c8a9a 0%, #4B7794 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7c8a9a), color-stop(100, #4B7794));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #7c8a9a 0%, #4B7794 100%);

}
/* blank block box end */
.box-faq > .box-faq-question{
    /*display:none;*/
}
.box-faq > .box-faq-answer{
    display:none;
}
.box-faq.active > .box-faq-question{
    display:block;
    border-radius: 12px 12px 0px 0px;
}
.box-faq.active > .box-faq-answer{
    display:block;
}
.box-faq.active > .box-faq-question span{
    -ms-transform: translate(0px,3px) rotate(90deg); /* IE 9 */
    -webkit-transform: translate(0px,3px) rotate(90deg); /* Safari */
    transform: translate(0px,3px) rotate(90deg); /* Standard syntax */ 
}
.box-faq-question {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    border-radius: 12px;
    /*margin: 30px auto;*/
    margin-top: 10px;
    margin-left: 10px;

    cursor:pointer;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1366px) {
    .box-faq-question {
        width: 93%;
        height: 50px;
        border: 1px solid #000;
        border-radius: 12px;
        /*margin: 30px 100px;*/
        margin-top: 15px;
        margin-left: 40px;

        cursor:pointer;
    }
}
.box-faq-question span{
    font-size: 20px;

    padding: 0px 10px;
    -ms-transform: translate(0px,3px); /* IE 9 */
    -webkit-transform: translate(0px,3px); /* Safari */
    transform: translate(0px,3px); /* Standard syntax */ 

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.box-faq-question:hover span{
    -ms-transform: translate(5px,3px); /* IE 9 */
    -webkit-transform: translate(5px,3px); /* Safari */
    transform: translate(5px,3px); /* Standard syntax */ 
}


.box-faq-question p{
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}
.box-faq-answer{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    margin: 0px 10px;
    width: 100%; 
    height: auto;
    border: 1px solid #000;
    border-radius: 0px;
}
@media (min-width: 1366px){
    .box-faq-answer {
        margin: 0px 40px;
        width: 93%; 
        height: auto;
        border: 1px solid #000;
        border-radius: 0px;
    }
}
.box-faq-answer-contents{
    color: #000;
    font-size: 14px;
    margin: 40px 30px;
    width: 90%;
    overflow-wrap:break-word;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 1366px){
    .box-faq-answer-contents{
        color: #000;
        font-size: 14px;
        margin: 40px 50px;
        width: 90%;
    }
}
/* faq color theme start */
.faq-color-dark-blue {
    background-color: rgba(203,221,231,1.0);
    border-color: rgba(96, 149, 180, 1.0);
}
.faq-color-dark-blue span {
    color: #7a8d9b;
}
.faq-color-dark-blue p{
    color: #3b486a;
}

.faq-answer-color-dark-blue {
    color: #000;
    background-color: #fff;
    border-color: rgba(96, 149, 180, 1.0);
}

/* faq color theme end */
/* faq title image start */
.box-faq-title{
    width: 80%;
    height: auto;
    border: 3px solid #bcbdc1;
}
.box-faq-title-img{
    width: 150px;
    height: 140px;
    margin-top: 20px;
    margin-bottom: 20px;

    display: none;
}
.box-faq-title-img img{
    width: 100%;
    height: auto;
}

.box-faq-title-text{
    color: #a8a9ad;
    font-size: 8px;
    font-weight: 600;
    padding-top: 10px;
}
@media (min-width: 375px){
    .box-faq-title-text{
        color: #a8a9ad;
        font-size: 10px;
        font-weight: 600;
        padding-top: 10px;
    }
}
@media (min-width: 768px){
    .box-faq-title{
        width: 80%;
        height: auto;
        border: 3px solid #bcbdc1;
    }
    .box-faq-title-img{
        width: 150px;
        height: 140px;
        margin-top: 20px;
        margin-bottom: 20px;

        display: block;
    }
    .box-faq-title-img img{
        width: 100%;
        height: auto;
    }
    .box-faq-title-text{
        color: #a8a9ad;
        font-size: 16px;
        font-weight: 600;
        padding: 15px;
    }
}
@media (min-width: 1366px){
    .box-faq-title{
        width: 80%;
        height: auto;
        border: 3px solid #bcbdc1;
    }
    .box-faq-title-img{
        width: 200px;
        height: 186px;
        margin-top: 20px;
        margin-bottom: 20px;

        display: block;
    }
    .box-faq-title-img img{
        width: 100%;
        height: auto;
    }
    .box-faq-title-text{
        color: #a8a9ad;
        font-size: 16px;
        font-weight: 600;
        padding: 15px;
    }
}
/* faq title image end */
